sigi 3.8.0

An organizing tool for terminal lovers who hate organizing
Documentation
# 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.8.0"
authors = ['Justin "Boonie Pepper" Hill <justin@so.dang.cool>']
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An organizing tool for terminal lovers who hate organizing"
homepage = "https://github.com/so-dang-cool/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/so-dang-cool/sigi"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "sigi"
path = "src/lib.rs"

[[bin]]
name = "sigi"
path = "src/bin/sigi.rs"

[[test]]
name = "abcd_tests"
path = "tests/abcd_tests.rs"

[[test]]
name = "basic_sigi_tests"
path = "tests/basic_sigi_tests.rs"

[[test]]
name = "empty_stack_tests"
path = "tests/empty_stack_tests.rs"

[[test]]
name = "interactive_tests"
path = "tests/interactive_tests.rs"

[[test]]
name = "run_sigi"
path = "tests/run_sigi.rs"

[[test]]
name = "single_item_tests"
path = "tests/single_item_tests.rs"

[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"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1