# 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 = "ram-journal" version = "0.1.3" authors = ["Luiz Picanço "] description = "Efficiently in-memory log manager" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/lpicanco/ram-journal" [package.metadata.deb] maintainer-scripts = "debian/" assets = [ [ "target/release/ram-journal", "usr/bin/", "755", ], [ "assets/ram-journal.conf", "/etc/ram-journal/ram-journal.conf", "644", ], ] [package.metadata.deb.systemd-units] enable = true start = false [dependencies.clap] version = "3.2.18" features = ["derive"] [dependencies.clokwerk] version = "0.3.5" [dependencies.log] version = "0.4.17" [dependencies.signal-hook] version = "0.3.14" default-features = false [dependencies.simple_logger] version = "2.3.0" features = ["colors"] default-features = false [dependencies.sys-mount] version = "1.5.1" default-features = false [dependencies.twelf] version = "0.7.0" features = [ "ini", "clap", "env", ] default-features = false