cosmic-jotdown/Cargo.toml
2024-04-19 22:55:26 -04:00

22 lines
652 B
TOML

[package]
name = "cosmic-jotdown"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cosmic-text = "0.11.2"
jotdown = { git = "https://git.nations.lol/fnmain/jotdown" }
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"], optional = true }
rangemap = "1.5.1"
nominals = "0.3.0"
emath = "0.27.2"
image = { version = "0.24.9", default-features = false }
databake = { version = "0.1.7", features = ["derive"], optional = true }
[features]
default = ["serde", "databake"]
serde = ["dep:serde", "rangemap/serde1"]
databake = ["dep:databake"]