# 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] edition = "2018" name = "redis-parser" version = "0.1.2" authors = ["Tom Forbes "] description = "A zero-copy parser for the RESP2 and RESP3 protocols, used by Redis" license = "MIT" repository = "https://github.com/orf/redis-protocol-parser" [profile.release] lto = true [[bench]] name = "parsing_speed" harness = false [dependencies.nom] version = "6.0.0" [dependencies.num-bigint] version = "0.3.1" [dev-dependencies.clap] version = "2.33.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.structopt] version = "0.3.20"