# 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 = "mintyml-cli" version = "0.1.18" authors = ["Spencer Young"] description = "Creates HTML from MinTyML, a minialist alternative syntax to HTML" readme = "README.md" license = "MIT" repository = "https://github.com/youngspe/mintyml" [profile.release] strip = true [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.0" features = [ "derive", "string", "wrap_help", ] [dependencies.derive_more] version = "0.99.17" features = ["display"] default-features = false [dependencies.either] version = "1.12.0" [dependencies.mintyml] version = "0.1" features = ["error-trait"] [dependencies.rayon] version = "1.8.1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dev-dependencies.shlex] version = "1.3.0"