# 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 = "newel" version = "0.2.0" authors = ["Graydon Hoare "] description = "small vectorized evaluator" readme = "README.md" keywords = ["vector", "simd", "array", "column", "evaluator"] license = "MIT OR Apache-2.0" repository = "http://github.com/graydon/newel" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false panic = "abort" overflow-checks = false incremental = true [[bench]] name = "perf" harness = false [dependencies.packed_simd] version = "0.3.3" [dependencies.rayon] version = "1.0.3" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.quickcheck] version = "0.9.0"