# 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 = "mbon" version = "0.2.0" authors = ["Benjamin Jacobs "] description = "A serializer/deserializer for marked binary object notation" readme = "readme.md" keywords = [ "binary", "serde", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/ttocsneb/mbon" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.async-recursion] version = "1.0" optional = true [dependencies.byteorder] version = "1.4" [dependencies.futures] version = "0.3" optional = true [dependencies.serde] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] async = [ "dep:futures", "dep:async-recursion", ]