# 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 = "chronicle" version = "0.1.0" authors = ["Julian Eager "] include = [ "src/**/*", "README.md", "LICENSE-*", ] description = "write your chronicle from command line" readme = "README.md" keywords = [ "logging", "timestamped", "event", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/eagr/chronicle" resolver = "2" [lib] name = "pre" path = "src/pre/lib.rs" [[bin]] name = "chron" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2.8" features = [ "cargo", "derive", ] [dependencies.home] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.5"