# 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 = "clik" version = "0.2.1" include = [ "/src/**.rs", "/README.md", "/LICENSE", "/build.rs", ] description = "A simple-to-use interactive CLI framework" readme = "README.md" keywords = [ "cli", "interactive", ] license = "MIT" repository = "https://github.com/maxkofler/clik" [package.metadata.docs.rs] features = ["async"] [dependencies.async-recursion] version = "1.0.5" optional = true [dependencies.clik_codegen] version = "0.1.1" [dev-dependencies.rustyline] version = "12.0.0" [build-dependencies.version_check] version = "0.9.4" [features] async = ["dep:async-recursion"]