# 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 = "markdown-parser" version = "0.1.2" authors = ["shawroger <roger@shawroger.com>"] description = "😎 This a crate that can parse a markdown file\n" documentation = "https://docs.rs/markdown-parser/" license = "MIT/Apache-2.0" repository = "https://gitee.com/mathegg/markdown-parser.git" [dependencies.enum-iterator] version = "0.6.0" [dependencies.enum-iterator-derive] version = "0.6.0" [dependencies.getset] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.quick-error] version = "2.0.0" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.toml] version = "0.5.8" optional = true [features] adapt = ["serde", "serde_yaml", "serde_json", "toml"] default = ["adapt"]