# 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 = "2018" name = "otkeep" version = "0.1.0" description = "Command line tools for managing out of tree scripts" homepage = "https://github.com/crumblingstatue/OtKeep" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/crumblingstatue/OtKeep" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.directories] version = "4.0.1" [dependencies.paths-as-strings] version = "0.1.1" [dependencies.rusqlite] version = "0.27.0" features = ["bundled"] [dependencies.temp-dir] version = "0.1.11" [dependencies.thiserror] version = "1.0.31"