# 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" rust-version = "1.80.0" name = "sequin" version = "0.1.1" authors = ["Chris Bouchard"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to enumerate the sequential values of a type" homepage = "https://sr.ht/~chrisbouchard/sequin/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~chrisbouchard/sequin/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "sequin" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = [ "constructor", "display", "error", ] [dependencies.sequin-derive] version = "0.1.0" [features] ascii_char = [] never = [] saturating = [] wrapping = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ['cfg(feature, values("docsrs"))']