# 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 = "2018" name = "rustyrepl" version = "0.2.0" authors = ["Sean Lawlor "] description = "A Rust read, evaluate, print, loop (REPL) utility " readme = "README.md" keywords = ["repl"] license = "MIT" repository = "https://github.com/slawlor/repl" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" optional = true [dependencies.clap] version = "4" features = ["derive"] [dependencies.dirs] version = "2" [dependencies.log] version = "0.4" features = ["kv_unstable"] [dependencies.rustyline] version = "7" [dependencies.thiserror] version = "1" [dev-dependencies.colored] version = "2" [dev-dependencies.ctor] version = "0.1" [dev-dependencies.once_cell] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.thread-id] version = "3" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async = ["async-trait"] default = []