# 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 = "2021" rust-version = "1.77.1" name = "qsv-sniffer" version = "0.10.3" authors = [ "Jamie Blondin ", "Joel Natividad ", ] exclude = ["tests/data/*"] description = "A CSV file format sniffer for Rust, optimized for qsv" readme = "README.md" keywords = ["csv"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/jqnatividad/qsv-sniffer" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [[bin]] name = "sniff" required-features = ["cli"] [dependencies.bitflags] version = "2.5" [dependencies.bytecount] version = "0.6" [dependencies.csv] version = "1" [dependencies.csv-core] version = "0.1" [dependencies.hashbrown] version = "0.14" [dependencies.memchr] version = "2" [dependencies.qsv-dateparser] version = "0.12" [dependencies.regex] version = "1" [dependencies.tabwriter] version = "1.4" [features] cli = [] default = ["cli"] generic-simd = ["bytecount/generic-simd"] runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"] [target."cfg(not(target_arch = \"aarch64\"))".dependencies.simdutf8] version = "0.1" [target."cfg(target_arch = \"aarch64\")".dependencies.simdutf8] version = "0.1" features = ["aarch64_neon"]