# 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" name = "itchy" version = "0.3.2" authors = ["Alex Whitney "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Nom-based parser library for NASDAQ ITCH protocol" readme = "README.md" keywords = [ "nasdaq", "itch", "nom", ] license = "MIT" repository = "https://github.com/adwhit/itchy-rust" [lib] name = "itchy" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.6" [dependencies.flate2] version = "1.0" [dependencies.nom] version = "7.1.3" [dependencies.rust_decimal] version = "1.36.0" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.serde_json] version = "1.0.128" [features] serde = [ "dep:serde", "arrayvec/serde", "rust_decimal/serde", ]