# 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 = "serde-avro-bytes" version = "0.2.0" description = "Efficiently store Rust idiomatic bytes related types in Avro encoding." readme = "Readme.md" keywords = [ "avro", "serde", "bytes", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Akanoa/serde-avro-bytes" [[example]] name = "bstr" path = "examples/bstr.rs" required-features = ["bstr"] [dependencies.apache-avro] version = "0.16.0" [dependencies.bstr] version = "1.9.1" optional = true [dependencies.serde] version = "1.0.197" [features] bstr = ["dep:bstr"] default = []