# 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 = "sdml-tera" version = "0.1.0" authors = ["Simon Johnston "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Domain Modeling Language (SDML) Tera Integration" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/johnstonskj/rust-sdml.git" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] name = "sdml_tera" path = "src/lib.rs" [[bin]] name = "sdml-tera" path = "src/cli.rs" doc = false required-features = ["cli"] [[test]] name = "test_context" path = "tests/test_context.rs" [[test]] name = "test_render" path = "tests/test_render.rs" [dependencies.clap] version = "4.5" features = [ "derive", "env", "wrap_help", ] optional = true [dependencies.clio] version = "0.3.5" features = ["clap-parse"] optional = true [dependencies.human-panic] version = "2.0.2" optional = true [dependencies.sdml-core] version = "0.3.1" features = ["serde"] [dependencies.sdml-errors] version = "0.3.1" features = ["templates"] [dependencies.sdml-parse] version = "0.3.0" optional = true [dependencies.tera] version = "1.20.0" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.sdml-parse] version = "0.3.0" [dev-dependencies.serde_json] version = "1.0.128" [features] cli = [ "clap", "clio", "human-panic", "sdml-parse", ]