# 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 = "autoincrement" version = "1.0.1" authors = ["AMvDev "] include = ["src/**/*.rs", "README.md", "LICENSE"] description = "Autoincrement wrapper for different purposes" readme = "README.md" keywords = ["autoincrement", "id", "generator"] categories = ["data-structures", "concurrency"] license = "Apache-2.0" repository = "https://github.com/amv-dev/autoincrement" [dependencies.autoincrement_derive] version = "=1.0.1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies] [features] async = [] default = ["sync", "async", "derive"] derive = ["autoincrement_derive"] full = ["sync", "async", "derive", "serde"] sync = []