# 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" rust-version = "1.57.0" name = "guilded_model" version = "0.1.0-dev.24" authors = ["Team HarTex"] description = """ Guilded API models for the Guilded-rs ecosystem of crates. """ license = "ISC" repository = "https://github.com/HarTexTeam/guilded-rs" resolver = "1" [dependencies.serde] version = "1.0.147" features = [ "derive", "std", ] default-features = false [dependencies.time] version = "0.3.16" features = [ "parsing", "std", ] default-features = false [dependencies.uuid] version = "1.2.1" features = ["v5"] default-features = false