# 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 = "varint-simd" version = "0.4.1" authors = ["Andrew Sun "] build = "build.rs" exclude = [ "/.idea", "/images", "/.github", "/scripts", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SIMD-accelerated varint encoder and decoder" readme = "README.md" keywords = [ "varint", "simd", "protobuf", "serialization", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/as-com/varint-simd" [profile.release] lto = "thin" [lib] name = "varint_simd" path = "src/lib.rs" [[bench]] name = "varint_bench" path = "benches/varint_bench/main.rs" harness = false [dependencies] [dev-dependencies.bytes] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.integer-encoding] version = "4.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8" [build-dependencies.rustc_version] version = "0.4.0" [features] dangerously-force-enable-pdep-since-i-really-know-what-im-doing = [] default = ["std"] native-optimizations = [] std = []