# 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 = "reclaim-ink" version = "0.1.2" authors = ["Hadi Saleh "] description = "Implementation of the Reclaim Protocol in ink!." homepage = "https://github.com/reclaimprotocol/reclaim-ink/blob/main/README.md" documentation = "https://github.com/reclaimprotocol/reclaim-ink/blob/main/README.md" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/reclaimprotocol/reclaim-ink" [lib] path = "lib.rs" [dependencies.ecdsa] version = "0.16.9" default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.ink] version = "4.2.0" default-features = false [dependencies.k256] version = "0.13.3" features = [ "ecdsa-core", "ecdsa", "sha256", "schnorr", ] default-features = false [dependencies.keccak-hash] version = "0.10.0" default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.scale] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.6" features = ["derive"] optional = true default-features = false [dependencies.sha2] version = "0.10.6" default-features = false [dev-dependencies.ink_e2e] version = "4.2.0" [features] default = ["std"] e2e-tests = [] ink-as-dependency = [] std = [ "ink/std", "scale/std", "scale-info/std", ]