# 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 = "rusteval" version = "0.2.0" description = "Make your application's structs and functions interactive" readme = "README.md" keywords = [ "repl", "eval", "interactive", ] categories = [ "command-line-interface", "development-tools::debugging", "hardware-support", "no-std", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dimpolo/rusteval/" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "autocomplete" path = "examples/autocomplete.rs" [[example]] name = "no_std" path = "examples/no_std.rs" [dependencies.auto_impl] version = "1.0.1" [dependencies.inventory] version = "0.3.2" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.rusteval-derive] version = "0.2" default-features = false [dev-dependencies.arrayvec] version = "0.5" [dev-dependencies.rustyline] version = "6" [dev-dependencies.rustyline-derive] version = "0.3" [features] default = [ "std", "inventory", "lazy_static", ] std = ["rusteval-derive/std"]