# 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 = "fair_next" version = "1.0.1" authors = ["eum2o "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool supporting the fair selection of the next item" readme = "readme.md" categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eum2o/fair_next" [[bin]] name = "fn" path = "src/main.rs" [dependencies.cursive] version = "0.21"