# 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 = "staticstep" version = "0.4.2" include = ["Cargo.toml", "rustfmt.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "Provides truly zero-cost alternatives to `Iterator::step_by` for both incrementing and decrementing any type that satisfies `RangeBounds`." documentation = "https://docs.rs/staticstep/" readme = "README.md" keywords = ["iterator", "iterators", "step", "range", "ranges"] categories = ["data-structures", "algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/slightlyoutofphase/staticstep" resolver = "2" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = false [profile.dev] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [dependencies] [badges.appveyor] repository = "slightlyoutofphase/staticstep" [badges.maintenance] status = "actively-developed"