# 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 = "fav_core" version = "0.1.6" authors = ["Louis <836250617@qq.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fav's core crate; A collection of traits." documentation = "https://docs.rs/fav_core" readme = "README.md" license = "MIT" repository = "https://github.com/kingwingfly/fav" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fav_core" path = "src/lib.rs" [dependencies.bitflags] version = "2.5" [dependencies.fav_derive] version = "0.0.3" optional = true [dependencies.futures] version = "0.3" [dependencies.http] version = "1" [dependencies.protobuf] version = "3" features = ["with-bytes"] [dependencies.protobuf-json-mapping] version = "3" [dependencies.reqwest] version = "0.12" features = [ "json", "cookies", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tabled] version = "0.16.0" optional = true [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "signal", "macros", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.trait-variant] version = "0.1" [dependencies.url] version = "2.5" [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.protobuf-codegen] version = "3" [features] default = [ "derive", "visual", ] derive = ["dep:fav_derive"] visual = ["dep:tabled"]