# 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 = "varuint" version = "0.7.1" authors = ["Artem Shein "] description = "Variable length signed and unsigned integer types" readme = "README.md" categories = [ "data-structures", "encoding", "compression", ] license = "MIT" repository = "https://github.com/artemshein/varuint" [[bench]] name = "benchmark" harness = false [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [dev-dependencies.criterion] version = "0.5" [features] default = [] serde-support = [ "dep:serde", "dep:serde_derive", ]