# 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 = "printnanny-dash" version = "0.3.17" description = "PrintNanny OS Dashboard" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/bitsy-ai/printnanny-dash" [dependencies.actix] version = "0.13" [dependencies.actix-web] version = "4" [dependencies.actix-web-static-files] version = "4.0" [dependencies.anyhow] version = "1.0.65" [dependencies.env_logger] version = "0.9" [dependencies.figment] version = "0.10" features = [ "env", "json", "toml", ] [dependencies.git-version] version = "0.3.5" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.static-files] version = "0.2.1" [dev-dependencies.figment] version = "0.10" features = [ "env", "json", "toml", "test", ] [build-dependencies.static-files] version = "0.2.1"