# 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 = "encdec-base" version = "0.9.0" description = "encdec simple encoder/decoder base types and traits" license = "MPL-2.0" repository = "https://github.com/ryankurte/rust-encdec" resolver = "1" [dependencies.byteorder] version = "1.4.3" default_features = false [dependencies.heapless] version = "0.7.16" optional = true default_features = false [dependencies.num-traits] version = "0.2.15" default_features = false [dependencies.thiserror] version = "1.0.35" optional = true default_features = false [features] alloc = [] default = [ "std", "alloc", "heapless", ] heapless = ["dep:heapless"] nightly = [] std = ["dep:thiserror"]