# 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" rust-version = "1.74.0" name = "micropb" version = "0.1.0" authors = ["Yuhan Lin "] description = "Rust Protobuf library targetting embedded systems and no_std environments" readme = "README.md" keywords = [ "protobuf", "no_std", "embedded", "serialization", ] categories = [ "embedded", "no-std::no-alloc", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/YuhanLiin/micropb" [dependencies.arrayvec] version = "0.7" optional = true default-features = false [dependencies.heapless] version = "0.8" optional = true [dependencies.never] version = "0.1" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.paste] version = "1" [features] alloc = [] container-arrayvec = ["dep:arrayvec"] container-heapless = ["dep:heapless"] decode = [] default = [ "encode", "decode", "enable-64bit", ] enable-64bit = [] encode = [] std = ["alloc"]