# 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.68" name = "riz" version = "0.2.0" authors = ["Adam Talsma "] description = "Wiz lights API and CLI" readme = "README.md" keywords = [ "wiz", "lights", "iot", ] license = "MIT OR Apache-2.0" repository = "https://github.com/a-tal/riz.git" [dependencies.actix-cors] version = "0.6.5" [dependencies.actix-web] version = "4.4.0" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.env_logger] version = "0.10.0" [dependencies.ipnet] version = "2.9.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.4.0" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.thiserror] version = "1.0" [dependencies.utoipa] version = "4.1.0" features = [ "actix_extras", "uuid", "debug", ] [dependencies.utoipa-swagger-ui] version = "5" features = ["actix-web"] [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "serde", "macro-diagnostics", ] [dev-dependencies.rand] version = "0.8"