# 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 = "iter_num_tools" version = "0.7.1" authors = ["Conrad Ludgate "] description = "Create simple iterators over non integer ranges. itertools + num = iter_num_tools" readme = "README.md" keywords = [ "numerics", "mathematics", "iterator", ] categories = [ "algorithms", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/conradludgate/iter-num-tools" [[bench]] name = "linspace" harness = false [[bench]] name = "logspace" harness = false [[bench]] name = "arange" harness = false [dependencies.array-bin-ops] version = "0.1.6" [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.itertools-num] version = "0.1.3" [dev-dependencies.pretty_assertions] version = "1" [features] iter_advance_by = [] trusted_len = []