# 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 = "sorer" version = "0.1.1" authors = [ "Thomas Harmon ", "Samedh Gupta ", ] description = "A schema on read file parser" license = "MIT" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] bench = false [[bin]] name = "generate" path = "src/bin/generate.rs" bench = false [[bench]] name = "schema_inference" harness = false [[bench]] name = "parser" harness = false [dependencies.deepsize] version = "0.1.2" [dependencies.easy_reader] version = "0.5.0" [dependencies.nom] version = "5.1.0" [dependencies.num_cpus] version = "1.12.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.105" features = ["derive"] [dev-dependencies.bytecount] version = "0.6.0" [dev-dependencies.criterion] version = "0.3.1"