# 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 = "calcifer-server" version = "0.1.1-beta.6" authors = ["A.M. Smith "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Backend logic for the Calcifer project." homepage = "https://www.amsmith-pro.github.io/calcifer/" readme = "README.md" categories = [ "mathematics", "science", "visualization", ] license = "MIT" repository = "https://github.com/amsmith-pro/calcifer" [[bin]] name = "calcifer-server" path = "src/main.rs" [dependencies.axum] version = "0.7" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.22" [dependencies.simple_logger] version = "5.0.0" [dependencies.sqlx] version = "0.8" features = [ "runtime-tokio", "postgres", "derive", "chrono", "uuid", "bigdecimal", ] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.utoipa] version = "4.2.3" [features] default = []