# 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 = "anaso_site_api_models" version = "0.0.11" authors = ["Brandon Dyer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API models for Ana.so" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Anaso-Internacia/anaso_site_api_models" [lib] name = "anaso_site_api_models" path = "src/lib.rs" [dependencies.bitflags] version = "2.6" features = ["serde"] [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_with] version = "3"