# 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 = "full-stop" version = "0.1.1" description = "Full Stop. A dead simple dotfiles manager" license = "MIT OR Apache-2.0" repository = "https://github.com/midnightexigent/full-stop" resolver = "2" [[bin]] name = "fus" path = "src/main.rs" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.dirs] version = "4.0.0" [dependencies.glob] version = "0.3.0" [dependencies.ignore] version = "0.4.18" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.shellexpand] version = "2.1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.5.8" [features]