# 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 = "inspirer-foundation" version = "0.3.1" authors = ["Chongyi "] description = "用于 Inspirer 的基础组件,提供了整个个人项目的必要基础支持" readme = "README.md" keywords = ["inspirer"] license = "Apache-2.0" repository = "https://github.com/insptop/inspirer-foundation" resolver = "2" [dependencies.async-trait] version = "0.1.52" [dependencies.axum] version = "0.4.5" optional = true [dependencies.config] version = "0.11.0" [dependencies.log] version = "0.4.14" [dependencies.sea-orm] version = "0.6.0" features = ["sqlx-mysql", "runtime-tokio-rustls", "macros"] default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.16.1" features = ["sync"] [dependencies.type-map] version = "0.5.0" [dependencies.validator] version = "0.14.0" [features] default = ["enable-axum"] enable-axum = ["axum"]