# 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 = "etf-sdk" version = "0.1.0-dev" authors = ["Tony Riemer "] description = "An API for calling etf crypto primitives for encryption and proof verification" homepage = "https://idealabs.network" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/ideal-lab5/etf-sdk" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.ark-bls12-381] version = "0.4.0" features = ["curve"] default-features = false [dependencies.ark-ec] version = "0.4.0" default-features = false [dependencies.ark-serialize] version = "0.4.0" default-features = false [dependencies.ark-std] version = "0.4.0" default-features = false [dependencies.etf-crypto-primitives] version = "0.2.0" default-features = false [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.rand_chacha] version = "0.3.1" default-features = false [dependencies.serde] version = "1.0.160" features = [ "derive", "alloc", ] default-features = false [dependencies.serde-wasm-bindgen] version = "0.4" default-features = false [dependencies.wasm-bindgen] version = "0.2" default-features = false [dev-dependencies.wasm-bindgen-test] version = "0.3.0"