# 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 = "2018" name = "edsm-dumps-model" version = "0.8.3" authors = ["Igaguri "] description = "Data models for EDSM dump data" readme = "README.md" keywords = [] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/IgaguriMK/edsm-dumps-model" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.9" features = ["serde"] [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_json] version = "1.0.60" [dependencies.strum] version = "0.20" features = ["derive"] [dependencies.type_hash] version = "0.3.0" optional = true [dependencies.variant_count] version = "1.1.0" [features] default = [] type_hash = ["dep:type_hash"]