# 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 = "starduck" version = "0.1.19" description = "StarDuck is the main library named after the project code name. It houses the model for Smart Campus UIS apps." license = "Apache-2.0" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.http] version = "1.0.0" [dependencies.http-serde] version = "2.0.0" [dependencies.log] version = "0.4.20" [dependencies.project-root] version = "0.2.2" [dependencies.serde] version = "1.0.173" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_with] version = "3.4" features = [ "chrono_0_4", "chrono", ] [dependencies.thiserror] version = "1.0.44" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "json", ] [dependencies.uuid] version = "1.6.1" features = ["serde"]