# 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-api" version = "0.1.0" authors = ["Mark "] publish = true description = "Steel (Statically-Typed Embedded Expression Language) is a scripting language that can be embedded in other applications." homepage = "https://github.com/mverleg/steel" license = "Apache-2.0" resolver = "1" [lib] name = "steel_api" path = "src/lib.rs" [dependencies.bincode] version = "2.0.0-rc.2" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tinyvec] version = "1.6.0"