# 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 = "rskin" version = "1.5.0" authors = ["Naxeion "] description = "A project for managing commands and applying skinners" documentation = "https://github.com/naxeion/skin/blob/master/docs/Index.md" readme = "README.md" license = "BSD-3-Clause AND PostgreSQL" repository = "https://github.com/naxeion/skin" [[bin]] name = "skin" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.clean-path] version = "0.2.1" [dependencies.color-print] version = "0.3.6" [dependencies.dirs] version = "5.0.1" [dependencies.libc] version = "0.2.155" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.31.0" [dependencies.shellexpand] version = "3.1.0" [dependencies.skin-builder] version = "1.0.2" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.38.0"