# 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 = "litime" version = "3.3.0" authors = ["Axel "] build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "external/literature-clock/docs/times/*.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool to display the current time ish with a literature quote" readme = "README.md" license = "CC-BY-NC-SA-2.5" repository = "https://github.com/ikornaselur/litime" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "litime" path = "src/lib.rs" [[bin]] name = "litime" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.termcolor] version = "1.4.1" [dependencies.terminal_size] version = "0.3.0" [dependencies.textwrap] version = "0.16" features = ["smawk"] default-features = false [dependencies.time] version = "0.3" features = [ "local-offset", "parsing", ] default-features = false [dev-dependencies.pretty_assertions] version = "1" [build-dependencies.serde] version = "1" features = ["derive"] [build-dependencies.serde_json] version = "1"