Documentation
# 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 = "2024"
name = "kagou"
version = "0.1.46"
authors = ["shawn <kamft@qq.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tools"
homepage = "https://cnb.cool/kamft/sprs.git"
readme = "README.md"
keywords = ["kagou"]
categories = ["config"]
license = "MIT"
repository = "https://cnb.cool/kamft/sprs.git"
resolver = "2"

[package.metadata]
category = "config"
exclude = [
    "doc/**",
    "publish.sh",
    "docker.sh",
    "Dockerfile",
    ".vscode/**",
    ".ide/**",
    "docker-compose.yaml",
]

[features]
default = ["seaorm"]
seaorm = ["seaorm_page"]
seaorm_page = []

[lib]
name = "kagou"
path = "src/lib.rs"
proc-macro = true

[[bin]]
name = "kagou"
path = "src/main.rs"

[dependencies.proc-macro2]
version = "1.0.105"

[dependencies.quote]
version = "1.0.43"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "multipart",
    "gzip",
    "json",
    "multipart",
]

[dependencies.sea-orm]
version = "1.1.19"
features = [
    "runtime-tokio-rustls",
    "debug-print",
    "runtime-tokio-native-tls",
    "debug-print",
]

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.syn]
version = "2.0.114"
features = [
    "full",
    "extra-traits",
    "full",
    "extra-traits",
]

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[lints.rust]
dead_code = "allow"
missing_debug_implementations = "warn"
unused_assignments = "allow"
unused_imports = "allow"
unused_mut = "allow"