# 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 = "sixpence" version = "0.0.2" authors = ["Z. Charles Dziura "] publish = true description = "An accounting tool for hackers" license = "BSD-3-Clause" resolver = "2" [[bin]] name = "sixp" path = "src/main.rs" [dependencies.accounting] version = "0.2.0" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4.19" features = [ "alloc", "clock", "serde", "std", ] [dependencies.clap] version = "3.1.18" features = [ "default", "derive", ] [dependencies.dirs] version = "4.0.0" [dependencies.getset] version = "0.1.2" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.pad] version = "0.1" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0" features = [ "derive", "rc", "std", ] [dependencies.ulid] version = "0.5" features = [ "serde", "std", ] [features]