# 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 = "2018" name = "iso7816-tlv" version = "0.4.4" authors = ["Julien Kowalski "] description = "tools and utilities for handling TLV data as defined in ISO/IEC 7816-4" readme = "Readme.md" keywords = [ "smartcard", "iso7816", "tlv", "no_std", ] categories = [ "data-structures", "no-std", ] license = "ISC" repository = "https://github.com/jkowalsk/iso7816-tlv" [dependencies.untrusted] version = "0.9" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.rand_core] version = "0.6" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.static-alloc] version = "0.2.1" [features]