# 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 = "notes_r_us" version = "0.3.0" authors = [ "Liam Tietjens ", "Zac S (Ellozac) ", "Yuri P (yPiuro)", ] description = "Note Sharing Applictions API" homepage = "https://notesrus.nzdev.org" documentation = "https://docs.rs/notes_r_us" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/l2dit/notesrus.git" [dependencies.chrono] version = "0.4.38" [dependencies.chrono-tz] version = "0.9.0" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.notes_r_us_migrations] version = "0.1.0" [dependencies.poem] version = "3.0.1" features = [ "static-files", "multipart", "tempfile", ] [dependencies.poem-openapi] version = "5.0.2" features = [ "swagger-ui", "openapi-explorer", ] [dependencies.sea-orm] version = "0.12.15" features = [ "runtime-tokio-rustls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", ] [dependencies.serde_json] version = "1.0.117" [dependencies.swagger] version = "6.4.1" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.4" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]