# 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 = "rubx" version = "0.1.1" authors = ["Éverton M. Vieira"] description = "Rubx (Rust Basic Toolbox) is a library for command programs that features a toolbox with a series of basic functionalities." license = "LGPL-3.0-only" repository = "https://github.com/emuvi/rubx/" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.num_cpus] version = "1" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde_json] version = "1"