[dependencies.blob-uuid]
version = "0.4.0"
[dependencies.error-chain]
version = "0.12.2"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.regex]
version = "1.4.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.123"
[dependencies.serde_json]
optional = true
version = "1.0.62"
[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-fmt", "run-cargo-test"]
version = "1"
[dev-dependencies.pretty_assertions]
version = "0.6.1"
[dev-dependencies.proptest]
version = "0.10.1"
[features]
default = ["fmt_html", "fmt_json", "fmt_latex", "fmt_markdown"]
emoji_names = []
fmt_html = []
fmt_json = ["serde", "serde_json"]
fmt_latex = []
fmt_markdown = []
math_builder = []
[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
description = "A very simple document model and markup generator."
documentation = "https://docs.rs/somedoc/"
edition = "2018"
license = "MIT"
name = "somedoc"
publish = true
readme = "README.md"
repository = "https://github.com/johnstonskj/rust-somedoc.git"
version = "0.2.10"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]