# 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 = "tora" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lite, byte-based serialization and deserialization library." readme = "README.md" keywords = [ "bytes", "network", "packet", "serde", "bson", ] categories = [ "data-structures", "encoding", "filesystem", "network-programming", "parsing", ] license-file = "LICENSE" repository = "https://github.com/imajindevon/tora" [lib] name = "tora" path = "src/lib.rs" [dependencies.tora_derive] version = "0.1.6" optional = true [features] default = [ "tora_derive", "read_impl", "dyn_impl", ] derive = ["tora_derive"] dyn_impl = [] read_impl = []