# 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 = "steel-lang" version = "0.1.0" authors = ["Mark "] publish = true default-run = "steel" description = "Steel (Statically-Typed Embedded Expression Language) is a scripting language that can be embedded in other applications." homepage = "https://github.com/mverleg/steel" readme = "README.md" license = "Apache-2.0" [lib] name = "steel" path = "src/lib.rs" [[bin]] name = "steel" path = "src/main.rs" [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.clap] version = "4.1.10" features = [ "std", "derive", "unicode", ] default-features = true [dependencies.dashmap] version = "5.4.0" [dependencies.env_logger] version = "0.10.0" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.sha2] version = "0.10.6" [dependencies.time] version = "0.3.20" features = ["serde"] [dependencies.tinyvec] version = "1.6.0" [dev-dependencies]