# 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] name = "hpack-patched" version = "0.3.0" authors = ["Marko Lalic "] exclude = ["fixtures/*"] description = "A library implementing HPACK coding. Patched from the original crate." homepage = "https://github.com/sno2/hpack-rs-patched" documentation = "https://mlalic.github.io/hpack-rs/hpack/index.html" readme = "README.md" keywords = [ "hpack", "http2", "encoding", "decoding", ] license = "MIT" repository = "https://github.com/sno2/hpack-rs-patched" [dependencies.log] version = "^0.3" [dependencies.rustc-serialize] version = "^0.3" optional = true [features] interop_tests = ["rustc-serialize"]