# 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 = "rood" version = "0.5.1" authors = [ "William Dussault ", "Purposed", ] description = "General & configurable tools library for Purposed projects" license-file = "LICENSE" repository = "https://github.com/purposed/rood" [dependencies.atty] version = "0.2" optional = true [dependencies.colored] version = "2.0.0" optional = true [dependencies.rpassword] version = "6.0" optional = true [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true [features] cli = [ "atty", "colored", "rpassword", ] default = ["minimal"] errors = [] full = ["light"] light = [ "minimal", "serialization", ] minimal = [ "cli", "errors", "sys", ] serialization = ["serde"] sys = []