interact 0.3.5

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

[dependencies]
interact_derive = "0.3.5"
ron = "0.4"
pest = "2.0.1"
pest_derive = "2.0.1"

[dev-dependencies]
rand = "=0.5"
pretty_assertions = "0.5.1"