transportation 1.0.0-pre1

A communications library
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 = "transportation"
version = "1.0.0-pre1"
authors = ["Jenna Magius <pyrosim@gmail.com>"]
description = "A communications library"
homepage = "https://oxy-secure.app"
documentation = "https://oxy-secure.app/doc/transportation/"
license = "BSD-2-Clause"
repository = "https://github.com/oxy-secure/transportation"
[dependencies.byteorder]
version = "1"

[dependencies.lazy_static]
version = "1"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.mio]
version = "0.6"

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

[dependencies.ring]
version = "0.12"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_cbor]
version = "0.8"
optional = true

[dependencies.untrusted]
version = "0.5.1"
optional = true

[features]
encrypt = ["ring", "untrusted", "num", "lazy_static"]
protocol = ["serde", "serde_cbor"]
[target."cfg(unix)".dependencies.nix]
version = "0.10"