# 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 = "everscale-crypto" version = "0.2.1" include = [ "src/**/*.rs", "README.md", "LICENSE", ] description = "Cryptography primitives for Everscale" readme = "README.md" license-file = "./LICENSE" repository = "https://github.com/broxus/everscale-crypto" [dependencies.curve25519-dalek] version = "4.0.0" [dependencies.generic-array] version = "0.14" features = ["more_lengths"] [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1" optional = true [dependencies.sha2] version = "0.10" [dependencies.tl-proto] version = "0.4.0" features = ["derive"] optional = true [features] default = ["tl-proto"] serde = ["dep:serde"]