# 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 = "rust_util" version = "0.6.47" authors = ["Hatter Jiang "] description = "Hatter's Rust Util" readme = "README.md" license = "MIT" [dependencies.clap] version = "2.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.82" [dependencies.term] version = "0.7.0" [dependencies.term_size] version = "0.3.2" [features] default = [] use_clap = ["clap"]