# 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 = "ndspec" version = "0.1.1" authors = ["Michael Morris-Thomas "] include = [ "src/*", "assets/*.*", "Cargo.toml", ] description = "A package for ocean waves and energy spectra" readme = "README.md" keywords = [ "physics", "math", "ocean", "waves", "spectra", ] license = "MIT" repository = "https://github.com/mikemt/ndspec" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./assets/katex-header.html", ] [package.metadata.rust] components = ["rustfmt"] hard_tabs = false max_width = 100 newline_style = "Auto" tab_spaces = 4 [lib] name = "ndspec" crate-type = ["cdylib"] [dependencies.embed-doc-image] version = "0.1.4" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-stats] version = "0.5.1" [dependencies.num] version = "0.4.3" [dependencies.num-complex] version = "0.4.5" [dependencies.numpy] version = "0.20.0" optional = true [dependencies.pyo3] version = "0.20.3" optional = true [dependencies.rayon] version = "1.10.0" [dependencies.special] version = "0.10.3" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.assert_approx_eq] version = "1.1.0" [features] doc-images = [] python-extension = [ "pyo3", "numpy", "pyo3/extension-module", ]