# 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 = "tiscript" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Turing-Incomplete TypeScript as a Configuration Language" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/gfx/tiscript" [lib] name = "tiscript" path = "src/lib.rs" [[bin]] name = "tiscript" path = "src/main.rs" [[test]] name = "spec" path = "tests/spec.rs" [[test]] name = "test_de" path = "tests/test_de.rs" [dependencies.indexmap] version = "2.2" [dependencies.memchr] version = "2.7" default-features = false [dependencies.nom] version = "7.1" [dependencies.nom_locate] version = "4.2" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.serde] version = "1.0" features = ["derive"]