# 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-generate" version = "0.3.1" authors = ["Simon Johnston "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Domain Modeling Language (SDML) generated Artifacts" 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"] [lib] name = "sdml_generate" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "test_deps" path = "tests/test_deps.rs" [[test]] name = "test_rdf" path = "tests/test_rdf.rs" [[test]] name = "test_source" path = "tests/test_source.rs" [dependencies.console] version = "0.15.8" [dependencies.indicatif] version = "0.17.8" [dependencies.nu-ansi-term] version = "0.50.0" [dependencies.regex] version = "1.10.3" [dependencies.sdml-core] version = "0.3.0" features = ["serde"] [dependencies.sdml-errors] version = "0.3.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.113" optional = true [dependencies.serde_regex] version = "1.1.0" [dependencies.tempfile] version = "3.10.0" [dependencies.text_trees] version = "0.1.2" optional = true [dependencies.tracing] version = "0.1.40" [dependencies.tree-sitter-highlight] version = "0.23" optional = true [dependencies.tree-sitter-sdml] version = "0.3.2" [dependencies.url] version = "2.5.0" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.sdml-parse] version = "0.3.0" [features] default = [ "deps", "hl", "json", "s-expr", ] deps = ["text_trees"] hl = ["tree-sitter-highlight"] json = ["serde_json"] s-expr = []