# 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] name = "incr" version = "0.2.1" authors = ["Jonathan Strong "] description = "Simple, fast and self-contained data structures for checking whether a new value is greater than the previous maximum." homepage = "https://github.com/jonathanstrong/incr" documentation = "https://docs.rs/incr/0.2.0-rc.1/incr/" readme = "README.md" keywords = [ "sequence", "timestamps", "event-loop", "atomic", "increment", ] license-file = "LICENSE" repository = "https://github.com/jonathanstrong/incr" [profile.test] opt-level = 3 [dependencies.fnv] version = "1" optional = true [features] default = ["nightly"] nightly = []