# 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 = "ftd" version = "0.2.0" authors = [ "Amit Upadhyay ", "Arpita Jaiswal ", "Sourabh Garg ", ] description = "ftd: FifthTry Document Format" homepage = "https://ftd.dev" readme = "README.md" license = "MIT" repository = "https://github.com/FifthTry/ftd" resolver = "2" [dependencies.comrak] version = "0.14" default-features = false [dependencies.css-color-parser] version = "0.1" [dependencies.format_num] version = "0.1" [dependencies.include_dir] version = "0.7" [dependencies.indoc] version = "1" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.slug] version = "0.1" [dependencies.syntect] version = "5" features = ["default-fancy"] default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.diffy] version = "0.2" [dev-dependencies.pretty_assertions] version = "1.2"