# 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 = "dfx-base" version = "1.0.0-beta" authors = ["Daan Adams @DaanA32"] publish = true description = "A FIX protocol implementation" homepage = "https://github.com/DaanA32/dfx" readme = "README.md" keywords = [ "fix", "protocol", "finance", "fintech", ] categories = [ "parser-implementations", "encoding", ] license = "MPL-2.0" repository = "https://github.com/DaanA32/dfx" resolver = "1" [[bench]] name = "data_dictionary" harness = false [dependencies.chrono] version = "0.4.23" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.xmltree] version = "0.10.3" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.pprof] version = "0.12" features = [ "flamegraph", "criterion", ]