# 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 = "clk" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "track projects; run reports" readme = "README.md" license = "MIT" repository = "https://github.com/eulegang/clk" [[bin]] name = "clk" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.9" features = [ "derive", "env", ] [dependencies.csv] version = "1.3.0" [dependencies.dirs] version = "5.0.1" [dependencies.eyre] version = "0.6.12" [dependencies.libsqlite3-sys] version = "^0.27" [dependencies.nom] version = "7.1.3" [dependencies.sqlx] version = "0.7.4" features = [ "sqlx-sqlite", "chrono", "runtime-tokio", "sqlite", ] [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.38.1" features = ["full"]