# 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 = "mysql-audit-extend" version = "0.2.7" authors = ["seeker"] description = "An extension tool of mysql-audit, which provides functions such as log rotation and log cleaning." documentation = "https://docs.rs/crate/mysql-audit-extend/0.2.7" readme = "README.md" license = "MIT" repository = "https://gitee.com/seeker_rs/mysql-audit-extend" resolver = "2" [dependencies.anyhow] version = "1.0.61" [dependencies.chrono] version = "0.4.21" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.log] version = "0.4.17" [dependencies.rcron] version = "1.2.1" [dependencies.rust_decimal] version = "1.25.0" [dependencies.simple_logger] version = "2.2.0" features = ["timestamps"] [target."cfg(unix)".dependencies.daemonize] version = "0.4.1" [target."cfg(unix)".dependencies.users] version = "0.11.0"