# 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 = "flexiber" version = "0.1.1" authors = [ "Nicolas Stalder ", "RustCrypto Developers", ] description = "Encoding and decoding of BER-TLV as described in ISO 7816-4, without allocations." documentation = "https://docs.rs/flexiber" readme = "README.md" keywords = [ "crypto", "no_std", "serialization", ] categories = [ "cryptography", "data-structures", "encoding", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/trussed-dev/flexiber" [dependencies.delog] version = "0.1.0" [dependencies.flexiber_derive] version = "0.1" optional = true [dependencies.heapless] version = "0.7.0" optional = true [dev-dependencies.hex-literal] version = "0.3.1" [features] alloc = [] derive = ["flexiber_derive"] log-all = [] log-debug = [] log-error = [] log-info = [] log-none = [] log-warn = [] std = ["alloc"]