# 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 = "sciport-rs" version = "0.0.2" authors = ["Christian Belloni"] description = "Rust port of scipy" homepage = "https://github.com/ChristianBelloni/sciport-rs" readme = "README.md" keywords = [ "math", "science", "filter", "dsp", ] categories = [ "mathematics", "science", "algorithms", ] license = "MIT" repository = "https://github.com/ChristianBelloni/sciport-rs" [dependencies.complex-bessel-rs] version = "0.0.4" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.num] version = "0.4.0" [dependencies.numpy] version = "0.19.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.pyo3] version = "0.19.1" features = [ "full", "auto-initialize", ] [dev-dependencies.rand] version = "0.8.5"