# 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.66.1" name = "kawa" version = "0.6.7" authors = [ "Eloi Démolis ", "Emmanuel Bosquet ", "Florentin Dubois ", ] description = "Agnostic representation of HTTP/1.1 and HTTP/2.0 for parsing, generating and translating HTTP messages, with zero-copy, made for Sōzu." readme = "README.md" keywords = [ "http", "h1", "h2", "clevercloud", ] license-file = "LICENSE" repository = "https://github.com/CleverCloud/kawa" [profile.release] lto = true codegen-units = 1 debug = true [dependencies.nom] version = "7.1.3" [features] custom-vecdeque = [] default = [ "simd", "tolerant-parsing", "rc-alloc", ] rc-alloc = [] simd = [] tolerant-parsing = []