repl 0.7.0

Generic REPL trait
Documentation
[package]
name = "repl"
version = "0.7.0"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
description = "Generic REPL trait"
documentation = "http://rustyhorde.github.io/repl/repl/repl/index.html"
homepage = "http://rustyhorde.github.io/repl"
repository = "https://github.com/rustyhorde/repl"
readme = "README.md"
license = "MIT"
keywords = ["repl","trait"]
build = "build.rs"

[features]
default = []
lint = ["clippy"]

[dev-dependencies]
sodium-sys = "~0.0.4"

[build-dependencies]
vergen = "~0.1.0"

[dependencies]
rl-sys = "~0.4.0"
clippy = { version = "~0.0.30", optional = true }

[lib]
name = "repl"