# 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 = "ledger-sim" version = "0.1.0" description = "A Rust wrapper for the Ledger Speculos Simulator" keywords = [ "ledger", "hardware", "wallet", "speculos", "simulator", ] license = "Apache-2.0" repository = "https://github.com/ledger-community/rust-ledger.git" [dependencies.anyhow] version = "1.0.59" [dependencies.async-trait] version = "0.1.57" [dependencies.bollard] version = "0.13.0" [dependencies.bytes] version = "1.2.1" [dependencies.clap] version = "4.3.1" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.24" [dependencies.image] version = "0.24.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.13" features = [ "json", "rustls-tls", ] default_features = false [dependencies.serde] version = "1.0.148" [dependencies.serde_json] version = "1.0.89" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dev-dependencies.ledger-lib] version = "0.1.0" [dev-dependencies.ledger-proto] version = "0.1.0"