# 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 = "x-log4rs-sqlite" version = "0.1.0" authors = ["Maciej Pietrzak "] description = "Experimental log4rs appender that saves logs in SQLite database" readme = "README.md" keywords = [ "log", "logger", "logging", ] license = "MIT/Apache-2.0" repository = "https://github.com/mpietrzak/x-log4rs-sqlite" [dependencies.anyhow] version = "^1" [dependencies.chrono] version = "^0.4.30" [dependencies.log] version = "^0.4" [dependencies.log4rs] version = "^1" [dependencies.rusqlite] version = "^0.31" [dependencies.serde] version = "^1" [dependencies.uuid] version = "^1.4.1" features = [ "fast-rng", "v4", ]