boxxy 0.3.0

Linkable sandbox explorer
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 = "boxxy"
version = "0.3.0"
authors = ["kpcyrd <git@rxv.cc>"]
description = "Linkable sandbox explorer"
readme = "README.md"
categories = ["command-line-interface", "development-tools::debugging"]
license = "LGPL-3.0"
repository = "https://github.com/kpcyrd/boxxy-rs"

[lib]
crate-type = ["lib", "dylib", "staticlib"]
[dependencies.clap]
version = "2"
default-features = false

[dependencies.base64]
version = "0.7"

[dependencies.rustyline]
version = "1.0.0"

[dependencies.regex]
version = "0.2"

[dependencies.log]
version = "0.3"

[dependencies.errno]
version = "0.2"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.9"
[dev-dependencies.env_logger]
version = "0.4"

[dev-dependencies.elf]
version = "0.0.10"
[badges.travis-ci]
repository = "kpcyrd/boxxy-rs"