# 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 = "duri" version = "0.1.4" authors = ["Nguyễn Hồng Quân "] exclude = [ ".github", "debian", ".travis.yml", ] description = "CLI tool to get data URI of a file" homepage = "https://github.com/hongquan/Duri" readme = "README.md" keywords = [ "data-uri", "base64", "cli", "http-api", ] categories = [ "command-line-utilities", "development-tools", "multimedia::encoding", ] license = "GPL-3.0-or-later" repository = "https://github.com/hongquan/Duri.git" [package.metadata.deb] changelog = "debian/changelog" copyright = "2021, Nguyễn Hồng Quân " extended-description = """ It is useful when you want to upload file to a HTTP API, which requires data to be posted as JSON string. You then can use this tool to get the file's base64-encoded content, passed to \"jo\" to build JSON string. """ license-file = [ "debian/license", "3", ] section = "rust" [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "4.3.0" features = [ "suggestions", "color", "derive", ] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.color-eyre] version = "0.6.2" [dependencies.eyre] version = "0.6.5" [dependencies.flexi_logger] version = "0.25.5" features = ["colors"] [dependencies.log] version = "0.4.14" [dependencies.tree_magic_mini] version = "3.0.3" [dependencies.urlencoding] version = "2.1.2"