# 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 = "bacon-sci-1" version = "0.11.0" authors = ["aftix ", "Jonas Hübotter "] description = "Scientific computing in Rust" homepage = "https://github.com/jonhue/bacon" readme = "README.md" keywords = ["numeric", "science", "integration", "quadrature"] categories = ["science"] license = "MIT" repository = "https://github.com/jonhue/bacon" [dependencies.nalgebra] version = "0.24" [dependencies.num-complex] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.phf] version = "0.8" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.float-cmp] version = "0.8" [dev-dependencies.rand] version = "0.8" [build-dependencies.phf_codegen] version = "0.8" [features] serialize = ["serde"]