# 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 = "monero-rust" version = "0.0.3" description = "Monero in Rust. A command-line interface and SDK." readme = "README.md" license = "MIT" repository = "https://github.com/ManyMath/monero-rust" [lib] name = "monero_rust" crate-type = [ "cdylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "monero_rust" path = "src/main.rs" [dependencies.curve25519-dalek] version = "^3.2" features = ["std"] [dependencies.hex] version = "0.4.3" [dependencies.monero-generators-mirror] version = "0.3.0" [dependencies.monero-serai-mirror] version = "0.1.4-alpha" [dependencies.rand_core] version = "0.6.4" [dependencies.sha3] version = "0.10.8" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.zeroize] version = "1.6.0" [build-dependencies.cbindgen] version = "0.24.0"