# 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 = "rust_numerical_lib" version = "1.0.0" authors = ["Yuhang Ying "] build = "build.rs" links = "main" include = ["src/**/*", "Cargo.toml", "build.rs"] description = "A library provides parallel operations for vectors" license = "MIT" repository = "https://github.com/PaOMiAnZuiS/Rust-numerical-library" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" overflow-checks = true [dependencies.cfg] version = "0.5.0" [dependencies.libc] version = "0.2.0" [dependencies.packed_simd] version = "0.3.3" [dependencies.rand] version = "0.7" [dependencies.rayon] version = "1.3.1" [dependencies.rustc-cfg] version = "0.4.0" [dependencies.time] version = "0.1" [build-dependencies.cargo-emit] version = "0.1" [build-dependencies.cc] version = "1.0.58"