# 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" rust-version = "1.65" name = "khi" version = "0.16.0" authors = ["Torm"] description = "Khi parser & library" homepage = "https://github.com/khilang/khi.rs" readme = "README.md" keywords = [ "parser", "format", "serialization", "config", ] categories = [ "config", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/khilang/khi.rs" [[bin]] name = "khi-tex-cmd" path = "src/tex/command.rs" required-features = ["tex"] [[bin]] name = "khi-html-cmd" path = "src/html/command.rs" required-features = ["html"] [dependencies.hex] version = "0.4.3" [dependencies.numtoa] version = "0.2.4" [dependencies.ref-cast] version = "1.0.20" [dependencies.serde] version = "1.0.192" [features] default = ["parse"] html = ["parse"] parse = [] tex = ["parse"]