# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tree-buf" version = "0.10.0" authors = ["Zac Burns "] description = "A prototype binary serialization protocol for data" keywords = ["serialization", "protocol", "binary", "buffers"] categories = ["compression", "parser-implementations"] license = "MIT" repository = "https://github.com/That3Percent/tree-buf" [[bench]] name = "float_list" harness = false [dependencies.coercible_errors] version = "0.1.4" [dependencies.defer] version = "0.1.0" [dependencies.firestorm] version = "0.3.0" [dependencies.gibbon] version = "0.1.3" [dependencies.num-traits] version = "0.2.11" [dependencies.rayon] version = "1.3.0" [dependencies.simple-16] version = "0.2.0" [dependencies.transmute] version = "0.1.1" [dependencies.tree-buf-macros] version = "0.10.0" optional = true [dependencies.zigzag] version = "0.1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7.3" [features] decode = [] default = ["encode", "decode", "macros"] encode = [] macros = ["tree-buf-macros"] [badges.maintenance] status = "experimental"