cosmic-jotdown/Cargo.toml

20 lines
519 B
TOML
Raw Normal View History

2024-03-18 18:33:03 -04:00
[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"
2024-03-18 18:39:33 -04:00
jotdown = { git = "https://git.nations.lol/fnmain/jotdown" }
2024-03-18 18:33:03 -04:00
log = "0.4.21"
2024-04-10 14:15:16 -04:00
serde = { version = "1.0.197", features = ["derive"], optional = true }
rangemap = "1.5.1"
2024-04-19 09:42:01 -04:00
nominals = "0.3.0"
emath = "0.27.2"
image = { version = "0.24.9", default-features = false }
2024-04-10 14:15:16 -04:00
[features]
serde = ["dep:serde", "rangemap/serde1"]