# 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 = "abrupt" version = "0.1.0-beta.1" authors = ["1XC"] description = "A Rust library for cryptographic and mathematical operations" documentation = "https://docs.rs/abrupt" readme = "README.md" keywords = [ "cryptography", "mathematics", "hash", "encoding", "number-theory", ] categories = [ "cryptography", "mathematics", "algorithms", "no-std", ] license = "MIT" repository = "https://github.com/1XC1XC/abrupt.rs" [lib] name = "abrupt" path = "src/lib.rs"