# 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 = "pinv" version = "0.4.0" description = "A simple TUI/CLI tool for organising parts, tools, and materials in shop or home" homepage = "https://openapeshop.org/software/pinv" readme = "README.md" keywords = [ "tui", "cli", "inventory", "tool", "standalone", ] license = "GPL-3.0-only" repository = "https://github.com/Gip-Gip/pinv" [[bin]] name = "pinv" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "3.2.22" features = [ "cargo", "derive", "unicode", ] [dependencies.cursive] version = "0.20.0" features = ["crossterm-backend"] default-features = false [dependencies.directories] version = "4.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libflate] version = "1.3.0" [dependencies.regex] version = "1.6.0" [dependencies.rusqlite] version = "0.28.0" [dependencies.simple-error] version = "0.2.3"