# 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_cn" version = "1.10.1" authors = [ "Anna ", "Little Nightmare", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Useful types for FFXIV-related projects" documentation = "https://docs.rs/ffxiv_types" readme = "README.md" license = "MIT" repository = "https://github.com/LittleNightmare/ffxiv_types_cn" [lib] name = "ffxiv_types_cn" path = "src/lib.rs" [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 = []