# 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 = "pbf" version = "0.3.1" authors = ["Craig O'Connor "] build = false include = [ "src/**", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Mininmal protobuffer module; Build your own glue." homepage = "https://github.com/OpenS2/pbf" documentation = "https://docs.rs/pbf" readme = "README.md" keywords = [ "pbf", "protobuffers", "minimal", "low-cost-code", ] categories = [ "encoding", "wasm", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/OpenS2/pbf" [profile.bench] opt-level = 3 [lib] name = "pbf" path = "src/lib.rs" bench = true [dependencies] [dev-dependencies]