# 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 = "tracing-subscriber-sqlite" version = "0.1.0" authors = ["snylonue "] description = "A tracing Subscriber to send log to sqlite database." homepage = "https://github.com/ProjectAnni/tracing-subscriber-sqlite" readme = "README.md" license = "MIT" repository = "https://github.com/ProjectAnni/tracing-subscriber-sqlite" [dependencies.rusqlite] version = "0.30" features = [ "bundled", "time", ] [dependencies.serde_json] version = "1.0.122" [dependencies.time] version = "0.3.36" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-log] version = "0.2.0" optional = true default-features = false [features] tracing-log = ["dep:tracing-log"]