# 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_bser" version = "0.4.0" authors = [ "Rain ", "Wez Furlong", ] description = "Implements the Watchman BSER encoding for serde. https://facebook.github.io/watchman/docs/bser.html" documentation = "https://docs.rs/serde_bser" readme = "README.md" license = "MIT" repository = "https://github.com/facebook/watchman/" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.3" [dependencies.bytes] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0.126" features = [ "derive", "rc", ] [dependencies.serde_bytes] version = "0.11" [dependencies.thiserror] version = "1.0" [dev-dependencies.maplit] version = "1.0" [features] debug_bytes = [] default = []