# 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 = "small_len" version = "1.1.2" description = "A small library for storing the length in the smallest internal type." readme = "README.md" keywords = [ "small_len", "len", "size", ] license = "MIT" repository = "https://gitlab.com/magicfoodhand/small_len" [dependencies.bumpalo] version = "3.16.0" optional = true [dependencies.bytes] version = "1.6.1" optional = true [dependencies.indexmap] version = "2.2.6" optional = true [dependencies.var_num] version = "0.4.1" optional = true [dev-dependencies.rand] version = "0.8.5" [features] all = [ "bumpalo", "bytes", "indexmap", "var_num", ] bumpalo = ["dep:bumpalo"] bytes = ["dep:bytes"] default = [] indexmap = ["dep:indexmap"] var_num = ["dep:var_num"]