# 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 = "femtopb" version = "0.5.0" authors = ["David Flemström "] description = "A no-std, no-alloc set of tools for protobuf encoding and decoding" readme = "README.md" keywords = [ "protobuf", "proto", ] categories = [ "embedded", "encoding", "no-std", "no-std::no-alloc", ] license = "Apache-2.0" repository = "https://github.com/dflemstr/femtopb" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 [dependencies.defmt] version = "0.3.8" optional = true [dependencies.femtopb-derive] version = "0.5.0" [dependencies.no-panic] version = "0.1.30" optional = true [dev-dependencies.bytes] version = "1.7.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.proptest-derive] version = "0.5.0" [dev-dependencies.prost] version = "0.13.1" [features] assert-no-panic = ["dep:no-panic"] defmt = ["dep:defmt"]