# 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] name = "ffxiv_types" version = "1.10.1" authors = ["Anna "] description = "Useful types for FFXIV-related projects" documentation = "https://docs.rs/ffxiv_types" readme = "README.md" license = "MIT" repository = "https://git.anna.lgbt/anna/ffxiv-types" [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [features] all_const = [] clans = [] combat_jobs = [] data_centers = [] default = [ "jobs", "roles", "data_centers", "worlds", "races", "clans", "guardians", "all_const", ] guardians = [] job_classifications = [] jobs = [ "combat_jobs", "non_combat_jobs", "job_classifications", ] non_combat_jobs = [] races = [] roles = [] with_serde = [ "serde", "serde_derive", ] worlds = []