# 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 = "skootrs-model" version = "0.1.0" description = "This module contains the various data structures used by the other Skootrs modules. This is also setup to make it easy to generate schemas from this code for the purposes of easily implementing Skootrs API compliant clients in other languages and systems." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kusaridev/skootrs" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.regress] version = "0.9.1" [dependencies.schemars] version = "0.8.16" features = [ "chrono", "url", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.112" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.url] version = "2.5.0" [dependencies.utoipa] version = "4.1.0" [features] openapi = [] [lints.clippy] enum_glob_use = "deny" missing_errors_doc = "allow" module_name_repetitions = "allow" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "warn" unsafe_code = "forbid"