cryptonomicon 0.1.0

unified crypto 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 = "cryptonomicon"
version = "0.1.0"
authors = ["Sean Bruton <sean@uberfoo.net>"]
description = "unified crypto library"
keywords = ["crypto", "encryption", "signature", "pki", "certificate"]
categories = ["authentication", "cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/uber-foo/cryptonomicon"
[dependencies.ed25519-dalek]
version = "0.6.2"
optional = true

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

[features]
asymmetric = []
default = ["elliptic_curve_25519", "x509_v3"]
elliptic_curve = ["asymmetric"]
elliptic_curve_25519 = ["elliptic_curve", "ed25519-dalek"]
pki = ["asymmetric"]
x509 = ["pki"]
x509_v3 = ["x509"]