# 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 = "crud" version = "0.1.6" authors = ["Mose Valvassori "] description = "CLI generator for your favorite CRUD REST API." homepage = "https://github.com/djedi23/crud.rs" readme = "README.md" license = "MIT" repository = "https://github.com/djedi23/crud.rs" [[example]] name = "jsonplaceholder" [dependencies.crud-api] version = "0.1" [dependencies.crud-api-derive] version = "0.1" [dependencies.crud-auth] version = "0.1" [dependencies.crud-derive] version = "0.1" [dev-dependencies.clap] version = "4.4" features = [ "color", "suggestions", "env", "unicode", "wrap_help", "cargo", ] [dev-dependencies.crud-auth-bearer] version = "0.1" [dev-dependencies.crud-auth-no-auth] version = "0.1" [dev-dependencies.crud-pretty-struct] version = "0.1" [dev-dependencies.hyper] version = "1" features = [ "client", "http1", ] [dev-dependencies.log] version = "^0.4" [dev-dependencies.miette] version = "5.9" features = ["fancy"] [dev-dependencies.openssl] version = "0.10" features = ["vendored"] [dev-dependencies.pretty_env_logger] version = "^0.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.tokio] version = "1" features = ["full"]