# 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 = "moksha-core" version = "0.2.1" description = "A library for building cashu applications" readme = "README.md" license = "MIT" repository = "https://github.com/ngutech21/moksha" [lib] name = "moksha_core" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.base64] version = "0.21.7" [dependencies.bitcoin_hashes] version = "0.13.0" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.secp256k1] version = "0.28.1" features = [ "rand", "serde", ] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.serde_with] version = "3.6.0" [dependencies.thiserror] version = "1.0.56" [dependencies.url] version = "2.5.0" [dependencies.utoipa] version = "4.2.0" [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ] [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.pretty_assertions] version = "1.4.0" [target."cfg(target_family = \"wasm\")".dependencies.getrandom] version = "0.2.11" features = ["js"]