# 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 = "bootleg" version = "0.1.12" authors = ["Pablo Hérnandez "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple cli tool to copy to the clipboard" readme = "README.md" license = "MIT" repository = "https://github.com/hadronomy/bootleg" [package.metadata.wix] eula = false license = false path-guid = "302878D0-C4C7-4771-87AA-FAFD5EF41422" upgrade-guid = "3078A9EB-4663-48ED-B068-20752B53B9BD" [profile.dev] incremental = true [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = true [[bin]] name = "bootleg" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.clap-help] version = "1.3.1" [dependencies.const_format] version = "0.2.33" [dependencies.crossterm] version = "0.28.1" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.shadow-rs] version = "0.35.2" [dependencies.termimad] version = "0.31.0" [dependencies.thiserror] version = "1.0.66" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" [build-dependencies.shadow-rs] version = "0.35.2"