# 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 = "nestboxd" version = "0.1.0" authors = ["Stefan Dörig "] exclude = [".github"] description = "Backend for birdhouse cleaners - don't laugh - they exist." homepage = "https://github.com/sdoerig/nestboxd" readme = "README.md" keywords = [ "Backend", "Birders", "Birdhouse", "Webservice", ] license = "AGPL-3.0-or-later" repository = "https://github.com/sdoerig/nestboxd" [dependencies.actix-http] version = "3" [dependencies.actix-multipart] version = "0.6" [dependencies.actix-rt] version = "2" [dependencies.actix-web] version = "4" [dependencies.chrono] version = "0.4" [dependencies.data-encoding] version = "2" [dependencies.env_logger] version = "0" [dependencies.futures] version = "0.3" [dependencies.getopts] version = "0.2" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.4" [dependencies.image] version = "0.24" [dependencies.infer] version = "0.15" [dependencies.lazy_static] version = "1" [dependencies.mongodb] version = "2" features = ["async-std-runtime"] default-features = false [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.sha3] version = "0.10" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.yaml-rust] version = "0.4"