ruption_quantum_encrypt 0.1.1

A quantum-secure encryption crate with hybrid lattice/code-based cryptography and true randomness
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ruption_quantum_encrypt"
version = "0.1.1"
authors = ["Ruption AI <jeff@ruption.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A quantum-secure encryption crate with hybrid lattice/code-based cryptography and true randomness"
readme = "README.md"
keywords = [
    "cryptography",
    "quantum-secure",
    "rust",
    "entropy",
    "post-quantum",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/RuptionAI/ruption_quantum_encrypt"

[lib]
name = "ruption_quantum_encrypt"
path = "src/lib.rs"

[dependencies.getrandom]
version = "0.2"

[dependencies.sha3]
version = "0.10"