# 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 = "serial_int" version = "2.0.1" authors = ["Jeff Anderson"] description = "Safe, easy-to-use auto-increment integers" readme = "README.md" keywords = [ "serial", "auto-increment", "id", "uuid", "integer", ] categories = ["no-std"] license = "MIT" repository = "https://git.sr.ht/~jeffa/serial_int" [dependencies.serde] version = "^1" features = ["derive"] optional = true [dev-dependencies.toml] version = "0.5" [features] serde_impl = ["serde"]