# 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 = "unidok" version = "0.2.0" authors = ["Ludwig Stecher "] description = "A powerful, readable, easy-to-learn markup language" homepage = "https://aloso.github.io/unidok" documentation = "https://docs.rs/unidok" readme = "README.md" keywords = ["unidok", "markdown", "commonmark", "asciidoc"] license = "Apache-2.0 OR MIT" repository = "https://github.com/Aloso/unidok" [[test]] name = "it" path = "tests/it.rs" harness = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" features = ["color"] [dependencies.ignore] version = "0.4.17" [dependencies.rayon] version = "1.5" [dependencies.unidok-parser] version = "0.2" [dependencies.unidok-repr] version = "0.2" [dependencies.unidok-to-html] version = "0.2" [dev-dependencies.similar] version = "1.3"