# 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 = "turnstiles" version = "0.4.1" authors = ["Graeme Gossel "] description = "Seamless file rotation" homepage = "https://github.com/Zylatis/turnstiles" readme = "README.md" keywords = [ "log", "logging", "rotation", ] categories = [ "development-tools::debugging", "filesystem", ] license = "MIT" repository = "https://github.com/Zylatis/turnstiles" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.regex] version = "1" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde] version = "1.0.130" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.68" [dev-dependencies.slog] version = "2.7.0" features = ["release_max_level_debug"] [dev-dependencies.slog-async] version = "2.7.0" [dev-dependencies.slog-json] version = "2.4.0" [dev-dependencies.tempdir] version = "0.1.0"