# 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 = "memcached-network-types" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides types for memcached protocol entities used for sending requests and responses over the network." readme = "README.md" keywords = [ "memcached", "nostd", "network", "packet-parsing", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/arindas/memcached-network-types" [lib] name = "memcached_network_types" path = "src/lib.rs" [dependencies.zerocopy] version = "0.7.35" [dependencies.zerocopy-derive] version = "0.7.35"