# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "oy" version = "0.1.0" authors = ["Dimitri Polonski"] description = "Oy makes your application's structs and functions interactive" 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/yuulive/oy/" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "autocomplete" path = "examples/autocomplete.rs" [[example]] name = "no_std" path = "examples/no_std.rs" [dependencies.core-error] version = "0.0.1-rc4" [dependencies.inventory] version = "0.1.9" optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.oy-derive] version = "0.1" 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 = ["core-error/std", "oy-derive/std"]