# 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-cli" version = "0.3.1" authors = ["Simon Johnston "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Rust CLI for Simple Domain Modeling Language (SDML)" readme = "README.org" license-file = "LICENSE" repository = "https://github.com/johnstonskj/rust-sdml.git" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "sdml" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "derive", "env", "wrap_help", ] [dependencies.clio] version = "0.3.5" features = ["clap-parse"] [dependencies.human-panic] version = "2.0.2" [dependencies.sdml-core] version = "0.3.0" features = [ "serde", "terms", "tree-sitter", ] [dependencies.sdml-errors] version = "0.3.0" features = ["templates"] [dependencies.sdml-generate] version = "0.3.0" [dependencies.sdml-parse] version = "0.3.0" [dependencies.sdml-tera] version = "0.1.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.tree-sitter-sdml] version = "0.3.3"