# 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 = "subst" version = "0.3.5" publish = ["crates-io"] description = "shell-like variable substitution" documentation = "https://docs.rs/subst" readme = "README.md" keywords = [ "substitution", "expansion", "variable", "parameter", "shell", ] categories = [ "template-engine", "value-formatting", ] license = "BSD-2-Clause OR Apache-2.0" repository = "https://github.com/fizyr/subst" [package.metadata.docs.rs] all-features = true [dependencies.indexmap] version = "2.5.0" optional = true [dependencies.memchr] version = "2.4.1" [dependencies.serde] version = "1.0.0" optional = true [dependencies.serde_json] version = "1.0.118" optional = true [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.toml] version = "0.8.14" optional = true [dependencies.unicode-width] version = "0.1.9" [dev-dependencies.assert2] version = "0.3.6" [dev-dependencies.serde] version = "1.0.0" features = ["derive"] [features] doc-cfg = [] indexmap = ["dep:indexmap"] json = [ "dep:serde", "dep:serde_json", ] preserve-order = [ "toml?/preserve_order", "serde_json?/preserve_order", ] toml = [ "dep:serde", "dep:toml", ] yaml = [ "dep:serde", "dep:serde_yaml", ]