# 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 = "sigi" version = "3.7.1" authors = ["Justin \"Boonie Pepper\" Hill "] description = "An organizing tool for terminal lovers who hate organizing" homepage = "https://github.com/sigi-cli/sigi" documentation = "https://docs.rs/sigi" readme = "README.md" keywords = [ "organization", "planning", "stack", "todo", "cli", ] categories = ["command-line-interface"] license = "GPL-2.0-only" repository = "https://github.com/sigi-cli/sigi" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.chrono] version = "0.4" features = [ "serde", "unstable-locales", ] [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clearscreen] version = "2.0" [dependencies.directories] version = "5.0" [dependencies.json] version = "0.12.4" [dependencies.rustyline] version = "12.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [badges.maintenance] status = "actively-developed"