# 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" rust-version = "1.80.0" name = "tracing-surreal" version = "0.0.1" authors = ["29 <791603901@qq.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ 🚧 A tracing Layer that can forward all tracing data to SurrealDB (WIP, nothing usable for now). """ homepage = "https://github.com/opensound-org/tracing-surreal" readme = "README.md" keywords = [ "serde", "async", "message", "logging", "diagnostics", ] categories = [ "data-structures", "development-tools::debugging", "development-tools::profiling", "encoding", "web-programming::websocket", ] license = "MIT/Apache-2.0" repository = "https://github.com/opensound-org/tracing-surreal" [package.metadata.docs.rs] all-features = true [lib] name = "tracing_surreal" path = "src/lib.rs" [[bin]] name = "tracing-surreal" path = "src/main.rs" [dependencies] [dev-dependencies] [build-dependencies.version_check] version = "0.9.5"