# 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 = "corolla" version = "0.3.2" description = "\"your liteweight backend\"" readme = "README.md" license = "BSD-3-Clause" [dependencies.axum] version = "0.7.5" features = ["macros"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.log] version = "0.4.21" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sqlx] version = "0.7.4" features = [ "sqlite", "runtime-tokio", "macros", ] [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "process", ] [dependencies.tower-http] version = "0.5.2" features = ["fs"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.reqwest] version = "0.12.4" features = ["json"]