# 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 = "base94" version = "0.3.0" authors = ["Anton Aparin"] description = "Base94 encoding/decoding library" documentation = "https://docs.rs/base94" readme = "README.md" license = "MIT" repository = "https://github.com/Antosser/base94-rs" [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "base94cli" path = "src/cli.rs" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.num] version = "0.4.1" [dependencies.thiserror] version = "1.0.44"