# 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 = "2018" name = "b2histogram" version = "1.0.1" authors = ["Stuart Stock "] exclude = [".travis.yml"] description = """ A compact and efficient integer histogram with fixed memory footprint, constant runtime performance, and (WIP) compact binary serialization. """ homepage = "https://github.com/int08h/b2histogram" documentation = "https://docs.rs/b2histogram" readme = "README.md" keywords = [ "histogram", "power-2", "no-std", ] categories = ["no-std"] license = "Apache-2.0" repository = "https://github.com/int08h/b2histogram" [dependencies] [features] default = [] [badges.travis-ci] repository = "int08h/b2histogram"