# 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" rust-version = "1.82.0" name = "flirt" version = "0.1.0" authors = ["Dimitri Sabadie "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "FiLe InteRacT, the file interaction tool for your command line" homepage = "https://git.sr.ht/~hadronized/flirt/" readme = "README.md" keywords = ["flirt"] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://git.sr.ht/~hadronized/flirt/" [[bin]] name = "flirt" path = "src/main.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.pathdiff] version = "0.2.3" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "2.0.3" [dependencies.toml] version = "0.8.19" [dependencies.unicode-width] version = "0.2.0"