interact 0.3.5

A framework for online program state introspection
Documentation
# 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 = "interact"
version = "0.3.5"
authors = ["Dan Aloni <alonid@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.pest", "tests/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
description = "A framework for online program state introspection"
homepage = "https://github.com/interact-rs/interact"
documentation = "https://interact-rs.github.io/interact/book"
readme = "crates-io.md"
keywords = ["prompt", "reflection", "introspection", "interact", "cli"]
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/interact-rs/interact"
[dependencies.interact_derive]
version = "0.3.5"

[dependencies.pest]
version = "2.0.1"

[dependencies.pest_derive]
version = "2.0.1"

[dependencies.ron]
version = "0.4"
[dev-dependencies.pretty_assertions]
version = "0.5.1"

[dev-dependencies.rand]
version = "=0.5"