# 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 = "2018" name = "data_reader" version = "0.5.0" authors = ["rcarson3 "] exclude = [ "*.txt", "/tests/*", "/benches/*", ] publish = true description = "A data loading library for data scientist." readme = "README.md" keywords = ["data-reader"] categories = [ "data-structures", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/rcarson3/rust_data_reader/" [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 incremental = false [profile.release] opt-level = 3 codegen-units = 1 debug = 0 [[bench]] name = "examples" path = "benches/examples.rs" harness = false [dependencies.anyhow] version = "1.0" [dependencies.bytecount] version = "0.6.3" [dependencies.lexical] version = "6.1.1" [dependencies.memchr] version = "2.5.0" [dependencies.memmap] version = "0.5.5" optional = true package = "memmap2" [dev-dependencies.criterion] version = "0.3.6" [features] mmap = ["memmap"]