# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "langis" version = "0.1.1" authors = ["Gymore "] description = "A signal is a structure that can yield an infinite amount of data. The API is very\nsimilar to `std::iter::Iterator` but with the assumption that it will never end.\n" documentation = "https://docs.rs/langis/" readme = "readme.md" keywords = ["dsp", "sig", "signal", "iter", "iterator"] categories = ["no-std", "science", "mathematics", "algorithms"] license-file = "LICENSE.txt" repository = "https://github.com/gymore-z/langis" [dependencies.num-traits] version = "0.2" optional = true default-features = false [dependencies.rand] version = "0.7" optional = true default-features = false [features] default = ["rand-std", "num-std"] num-libm = ["num-traits/libm"] num-std = ["num-traits/std"] rand-std = ["rand/std"]