# 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_secure_sdk_sys" version = "1.5.3" authors = [ "yhql", "agrojean-ledger", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to Ledger C SDK" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/LedgerHQ/ledger-device-rust-sdk" [lib] name = "ledger_secure_sdk_sys" path = "src/lib.rs" [dependencies.critical-section] version = "1.1.2" optional = true [dependencies.embedded-alloc] version = "0.5.1" optional = true [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.cc] version = "1.0.73" [build-dependencies.glob] version = "0.3.1" [features] heap = [ "dep:embedded-alloc", "dep:critical-section", ]