boxxy 0.4.2

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.4.2"
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.base64]
version = "0.9"

[dependencies.bufstream]
version = "0.1"

[dependencies.cfg-if]
version = "0.1"

[dependencies.clap]
version = "2"
default-features = false

[dependencies.errno]
version = "0.2"

[dependencies.error-chain]
version = "0.11"

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.hyper]
version = "0.11"
optional = true

[dependencies.hyper-rustls]
version = "0.12"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.10"

[dependencies.regex]
version = "0.2"

[dependencies.rust-crypto]
version = "0.2"
optional = true

[dependencies.rustls]
version = "0.12"
features = ["dangerous_configuration"]
optional = true

[dependencies.rustyline]
version = "1.0.0"

[dependencies.tokio-core]
version = "0.1"
optional = true

[dependencies.webpki]
version = "0.18.0-alpha"
optional = true
[dev-dependencies.elf]
version = "0.0.10"

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

[features]
default = ["network"]
network = ["hyper", "hyper-rustls", "tokio-core", "futures", "rustls", "rust-crypto", "webpki"]
[target."cfg(target_os=\"linux\")".dependencies.caps]
version = "0.2"
[badges.travis-ci]
repository = "kpcyrd/boxxy-rs"