rcmixed 0.0.2

Mixed cryptosystem. inspired by PGP
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]
edition = "2018"
name = "rcmixed"
version = "0.0.2"
authors = ["Sun <huachuang20@gmail.com>"]
description = "Mixed cryptosystem. inspired by PGP"
readme = "README.md"
keywords = ["cryptography", "cryptosystem", "PGP", "crypto"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-cc/rcmixed"
[dependencies.aes-soft]
version = "0.3"

[dependencies.byteorder]
version = "1"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.sha3]
version = "0.8"
[dev-dependencies.bincode]
version = "1.0"