# 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-repl" version = "0.5.0" authors = ["mattwparas "] description = "REPL library for steel" license = "MIT OR Apache-2.0" repository = "https://github.com/mattwparas/steel" [dependencies.colored] version = "2.0.0" [dependencies.rustyline] version = "10.1.1" [dependencies.rustyline-derive] version = "0.7.0" [dependencies.steel-core] version = "0.5.0" features = [ "web", "sqlite", "blocking_requests", "dylibs", "markdown", "colors", ] [dependencies.steel-parser] version = "0.4.0"