tshell 0.2.2

TShell, a command tree framework with autocompletion and contextual help
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]
name = "tshell"
version = "0.2.2"
authors = ["auseckas <andrew@threatx.io>", "Stu Small <stuart.small@threat-x.com>"]
description = "TShell, a command tree framework with autocompletion and contextual help"
documentation = "https://github.com/auseckas/tshell"
readme = "README.md"
keywords = ["tshell"]
license = "MIT"
repository = "https://github.com/auseckas/tshell"
[dependencies.env_logger]
version = "^0.3"

[dependencies.log]
version = "^0.3"

[dependencies.rustyline]
version = "^1.0.0"