# 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 = "kn0sys-ecc-rs" version = "0.1.0" authors = ["Nigel Christian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Intuitive library for elliptic curve cryptography tutorials" documentation = "https://docs.rs/kn0sys-ecc-rs" readme = "README.md" keywords = ["cryptography"] categories = ["mathematics"] license = "Apache-2.0" repository = "https://github.com/kn0sys/ecc-rs" [lib] name = "kn0sys_ecc_rs" path = "src/lib.rs" [dependencies.curve25519-dalek] version = "4.1.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.num] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8" [dev-dependencies.env_logger] version = "0.11.5"