# 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-interpreter" version = "0.5.0" authors = ["mattwparas "] include = [ "/src/**/*", "/Cargo.toml", "/README.md", "LICENSE*", ] description = "Steel repl and command line interface" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mattwparas/steel" [profile.release] lto = true debug = false [[bin]] name = "steel" path = "src/main.rs" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.17.0" [dependencies.steel-core] version = "0.5.0" features = [ "web", "sqlite", "blocking_requests", "dylibs", "markdown", "colors", ] [dependencies.steel-derive] version = "0.4.0" [dependencies.steel-doc] version = "0.5.0" [dependencies.steel-repl] version = "0.5.0" [dev-dependencies.serde] version = "1.0.152" features = ["derive"]