# 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.60.0" name = "barf" version = "1.0.0" include = [ "src/**/*", "README.md", ] description = "Turn any input into \"barf\"-ed output." homepage = "https://github.com/Vonr/barf" readme = "README.md" keywords = [ "serializer", "serialization", "binary", ] license = "MIT" repository = "https://github.com/Vonr/barf" [dependencies.nano-leb128] version = "0.1" optional = true default-features = false [dependencies.vint64] version = "1.0" optional = true default-features = false [features] alloc = [] default = ["std"] leb128 = ["dep:nano-leb128"] std = ["alloc"] vint64 = ["dep:vint64"]