# 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 = "credits" version = "0.1.3" authors = ["Howard Wu"] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "An SDK for interfacing with the credits program" readme = "README.md" keywords = [ "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "cryptography", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/howardwu/credits" [profile.bench] opt-level = 3 lto = "thin" debug = 0 debug-assertions = false rpath = false incremental = true [profile.dev] opt-level = 3 lto = "thin" incremental = true [profile.release] opt-level = 3 lto = "thin" incremental = true [profile.test] opt-level = 3 lto = "thin" debug = 2 debug-assertions = true incremental = true [dependencies.anyhow] version = "1.0.72" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.180" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.snarkvm] version = "=0.16.2" [dev-dependencies.rusty-hook] version = "0.11.2" [build-dependencies.walkdir] version = "2"