# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "somedoc" version = "0.2.10" authors = ["Simon Johnston "] publish = true description = "A very simple document model and markup generator." documentation = "https://docs.rs/somedoc/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-somedoc.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [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] version = "1.0.123" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.62" optional = true [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-fmt", "run-cargo-test"] default-features = false [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 = []