# 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 = "hotfix-encoding" version = "0.0.10" authors = ["David Steiner "] description = "Message encoding for hotfix, an experimental FIX engine" readme = "README.md" keywords = [] license = "MIT" [dependencies.chrono] version = "0.4" [dependencies.hotfix-derive] version = "0.0.10" [dependencies.hotfix-dictionary] version = "0.0.10" [dependencies.nohash-hasher] version = "^0.2" [dependencies.serde] version = "^1.0.177" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dependencies.tracing] version = "^0.1.37" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_derive] version = "0.3" [dev-dependencies.quickcheck_macros] version = "1" [build-dependencies.chrono] version = "0.4" [build-dependencies.fnv] version = "1" [build-dependencies.heck] version = "0.4" [build-dependencies.hotfix-codegen] version = "0.0.10" [build-dependencies.hotfix-dictionary] version = "0.0.10" features = ["fix42"] [build-dependencies.indoc] version = "2" [build-dependencies.lazy_static] version = "1" [build-dependencies.quick-xml] version = "0.29" [build-dependencies.rayon] version = "1" [build-dependencies.roxmltree] version = "0.14" [build-dependencies.strum] version = "0.24" [build-dependencies.strum_macros] version = "0.25" [features] fix42 = []