# 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 = "forangex" version = "0.4.3" authors = ["Pegasus.Cadence "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Range maker for foreward/backward and step may be larger than 1 (or less than -1), plus index support" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/PegasusPlusUS/rangex-rs.git" [lib] name = "rangex" path = "src/lib.rs" [[example]] name = "range_demo" path = "examples/range_demo.rs" [[test]] name = "edge" path = "tests/edge.rs" [dependencies.num] version = "0.4.3" [dependencies.num-traits] version = "0.2.19"