# 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_device_sdk" version = "1.18.4" authors = [ "yhql", "yogh333", "agrojean-ledger", "kingofpayne", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Ledger device Rust SDK" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/LedgerHQ/ledger-device-rust-sdk" [lib] name = "ledger_device_sdk" path = "src/lib.rs" [[example]] name = "gadgets" path = "examples/gadgets.rs" [[example]] name = "nbgl_address" path = "examples/nbgl_address.rs" [[example]] name = "nbgl_choice" path = "examples/nbgl_choice.rs" [[example]] name = "nbgl_generic_review" path = "examples/nbgl_generic_review.rs" [[example]] name = "nbgl_home" path = "examples/nbgl_home.rs" [[example]] name = "nbgl_review" path = "examples/nbgl_review.rs" [[example]] name = "nbgl_spinner" path = "examples/nbgl_spinner.rs" [[example]] name = "nbgl_streaming_review" path = "examples/nbgl_streaming_review.rs" [[example]] name = "review" path = "examples/review.rs" [dependencies.const-zero] version = "0.1.1" [dependencies.include_gif] version = "1.2.0" [dependencies.ledger_secure_sdk_sys] version = "1.5.3" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.numtoa] version = "0.2.4" [dependencies.rand_core] version = "0.6.3" default-features = false [dependencies.zeroize] version = "1.6.0" default-features = false [dev-dependencies.testmacro] version = "0.1.0" [features] ccid = [] default = ["heap"] heap = ["ledger_secure_sdk_sys/heap"] speculos = []