# 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 = "pakka" version = "0.0.5" authors = ["Ragnar Kruse <46799551+kruserr@users.noreply.github.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false default-run = "pakka" description = "A cross platform meta package manager with auto snapshotting file system based transactions" homepage = "https://github.com/kruserr/pakka" documentation = "https://github.com/kruserr/pakka/tree/master/docs/README.md" readme = "README.md" keywords = [ "cli", "terminal", "utility", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/kruserr/pakka" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "pakka" path = "src/lib.rs" [[bin]] name = "pakka" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" [lints.clippy] implicit_saturating_sub = "allow" needless_return = "allow" single_component_path_imports = "allow" [lints.rust] unused_imports = "allow" unused_parens = "allow"