# 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" rust-version = "1.82" name = "miden-faucet" version = "0.6.0" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Miden node token faucet" homepage = "https://polygon.technology/polygon-miden" readme = "README.md" keywords = [ "miden", "node", "faucet", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-node" [[bin]] name = "miden-faucet" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.axum] version = "0.7" features = ["tokio"] [dependencies.clap] version = "4.5" features = [ "derive", "string", ] [dependencies.figment] version = "0.10" features = [ "toml", "env", ] [dependencies.http] version = "1.1" [dependencies.http-body-util] version = "0.1" [dependencies.miden-lib] version = "0.6" features = ["concurrent"] [dependencies.miden-node-proto] version = "0.6" [dependencies.miden-node-utils] version = "0.6" [dependencies.miden-objects] version = "0.6" features = ["concurrent"] [dependencies.miden-tx] version = "0.6" features = ["concurrent"] [dependencies.mime] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.static-files] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40" features = [ "rt-multi-thread", "fs", ] [dependencies.toml] version = "0.8" [dependencies.tonic] version = "0.12" [dependencies.tower] version = "0.5" [dependencies.tower-http] version = "0.6" features = [ "cors", "set-header", "trace", ] [dependencies.tracing] version = "0.1" [build-dependencies.miden-node-utils] version = "0.6" features = ["vergen"] [build-dependencies.static-files] version = "0.2" [features] testing = [ "miden-objects/testing", "miden-lib/testing", ]