# 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 = "lta_models" version = "0.6.0" authors = ["zeon256 "] exclude = [ "/.github", "/dumped_data", ] description = "🚍Models for lta-rs" readme = "README.md" license = "MIT" [[bench]] name = "benchmark" harness = false [dependencies.fast-float] version = "0.2" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.serde_repr] version = "0.1.12" [dependencies.time] version = "0.3.20" features = [ "serde-human-readable", "macros", ] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.flexbuffers] version = "2.0.0" [dev-dependencies.mimalloc] version = "0.1.25" [dev-dependencies.rmp-serde] version = "1.1.2" [features] fastfloat = ["fast-float"]