# 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 = "trrs" version = "0.3.0" authors = ["Callum Oz "] description = "A simple command line tool to convert between common encodings" homepage = "https://github.com/acheronfail/trrs" license = "Unlicense OR MIT OR Apache-2.0" repository = "https://github.com/acheronfail/trrs" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.ascii85] version = "0.2.1" [dependencies.base32] version = "0.4.0" [dependencies.base64] version = "0.13.0" [dependencies.base85] version = "1.1.0" [dependencies.bat] version = "0.20.0" features = ["regex-fancy"] [dependencies.clap] version = "3.0.0" features = ["cargo", "derive"] [dependencies.hex] version = "0.4.3" [dependencies.strum] version = "0.24.0" features = ["derive"] [dev-dependencies.assert_cmd] version = "2.0.4"