# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "md_htm" version = "0.1.0" description = "markdown to html" homepage = "https://atomgit.com/i18n-in/in/tree/dev/md_htm" readme = "README.md" license = "BUSL-1.1" repository = "https://atomgit.com/i18n-in/in.git" [dependencies.daachorse] version = "1.0.0" [dependencies.htmlize] version = "1.0.4" features = ["unescape_fast"] [dependencies.markdown] version = "1.0.0-alpha.16" [dependencies.rany] version = "0.1.5" [dependencies.static_init] version = "1.0.3" [dependencies.tracing] version = "0.1.40" [dev-dependencies.aok] version = "0.1.3" [dev-dependencies.loginit] version = "0.1.10" [dev-dependencies.static_init] version = "1.0.3" [dev-dependencies.tokio] version = "1.36.0" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ] [features]