# 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-codegen" version = "0.0.21" authors = ["David Steiner "] description = "Code generation for HotFIX." homepage = "https://github.com/Validus-Risk-Management/hotfix" readme = "./README.md" keywords = [ "fix", "fix-protocol", "finance", "trading", "fx", ] categories = [ "finance", "encoding", "parsing", ] license = "MIT" repository = "https://github.com/Validus-Risk-Management/hotfix" [dependencies.chrono] version = "0.4" [dependencies.fnv] version = "1" [dependencies.heck] version = "0.4" [dependencies.hotfix-dictionary] version = "0.0.21" [dependencies.indoc] version = "2" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dev-dependencies.arbitrary] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.enum-as-inner] version = "0.6" [dev-dependencies.hotfix-dictionary] version = "0.0.21" features = [ "fix40", "fix41", "fix42", "fix43", "fix50", ] [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_derive] version = "0.3" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.syn] version = "1" features = ["parsing"] [dev-dependencies.tokio] version = "1" features = ["full"]