# 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 = "bacon-sci" version = "0.16.1" authors = ["aftix "] description = "Scientific computing in Rust" homepage = "https://github.com/aftix/bacon" readme = "README.md" keywords = [ "numeric", "science", "integration", "quadrature", ] categories = ["science"] license = "MIT" repository = "https://github.com/aftix/bacon" [dependencies.nalgebra] version = "0.32" [dependencies.num-complex] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.phf] version = "0.11" [dependencies.thiserror] version = "1.0" [dependencies.typenum] version = "1.17" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.rand] version = "0.8" [build-dependencies.phf_codegen] version = "0.11"