# 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 = "2018" name = "bcat" version = "0.1.4" authors = ["bootjp / Yoshiaki Ueda "] exclude = [ ".github/*", ".doc/", ] description = "A command-line tool that allows transparent ls and cat operations regardless of whether they are files or directories." documentation = "https://github.com/bootjp/bcat/blob/main/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bootjp/bcat" [dependencies.anyhow] version = "1.0.40" [dependencies.chrono] version = "0.4.19" [dependencies.command] version = "0.0.0" [dependencies.context] version = "2.1.0" [dependencies.env_logger] version = "0.8.3" [dependencies.filesize] version = "0.2.0" [dependencies.filetime] version = "0.2.14" [dependencies.fs] version = "0.0.5" [dependencies.humansize] version = "1.1.0" [dependencies.io] version = "0.0.2" [dependencies.libc] version = "0.2.94" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.result] version = "1.0.0" [dependencies.structopt] version = "0.3.21" [dependencies.unix_mode] version = "0.1.1" [dependencies.use] version = "0.0.0" [dependencies.users] version = "0.11.0" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.ctor] version = "0.1.23"