# 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.63.0" name = "bin-proto" version = "0.6.0" authors = [ "Wojciech Graj ", "Dylan McKay ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy binary protocol definitions" documentation = "https://docs.rs/bin-proto" readme = "README.md" keywords = [ "protocol", "binary", "bit", "codec", "serde", ] license = "MIT" repository = "https://github.com/wojciech-graj/bin-proto" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bin_proto" path = "src/lib.rs" [[test]] name = "ctx" path = "tests/ctx.rs" [[test]] name = "enums" path = "tests/enums.rs" [[test]] name = "flexible_array_member" path = "tests/flexible_array_member.rs" [[test]] name = "ipv4" path = "tests/ipv4.rs" [[test]] name = "structs" path = "tests/structs.rs" [[test]] name = "tag" path = "tests/tag.rs" [dependencies.bin-proto-derive] version = "0.6.0" optional = true [dependencies.bitstream-io] version = "2.3.0" [dependencies.thiserror] version = "2.0.3" [features] default = ["derive"] derive = ["bin-proto-derive"]