# 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 = "bmbp_curd" version = "0.0.1" authors = ["bmbp"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BMBP CURD MODULE" homepage = "https://github.com/bmbper/bmbp_curd" documentation = "https://github.com/bmbper/bmbp_curd" readme = "README.md" license = "MIT" repository = "https://github.com/bmbper/bmbp_curd" [lib] name = "bmbp_curd" path = "src/lib.rs" [dependencies.async_static] version = "0.1.3" [dependencies.bmbp_app_util] version = "0.0.2" [dependencies.bmbp_auth] version = "0.0.2" [dependencies.bmbp_ctx_vars] version = "0.1.1" [dependencies.bmbp_http_type] version = "0.0.6" [dependencies.bmbp_lib_ui] version = "0.1.6" [dependencies.bmbp_marco] version = "0.0.12" [dependencies.bmbp_rdbc] version = "0.2.8" [dependencies.bmbp_util] version = "0.0.4" [dependencies.once_cell] version = "1.19.0" [dependencies.rust-embed] version = "8.5.0" [dependencies.salvo] version = "0.71.1" features = [ "default", "serve-static", "cors", "size-limiter", "logging", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.10" [dependencies.serde_repr] version = "0.1.19" [dependencies.tera] version = "1.20.0" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.10" features = ["with-chrono-0_4"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]