# 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] name = "netbuf" version = "0.4.1" authors = ["Paul Colomiets "] description = " The simple to use, growable, contiguous buffer object with right\n assumptions and interface. Tuned for using it for network buffers.\n" documentation = "http://tailhook.github.io/netbuf/" readme = "README.md" keywords = ["buf", "netbuf", "network", "buffer", "vec"] categories = ["network-programming", "memory-management"] license = "MIT/Apache-2.0" repository = "http://github.com/tailhook/netbuf" [dev-dependencies.mockstream] version = "0.0.2"