# 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 = "easy-rest-api" version = "0.1.0" description = "A simple library for creating a HTTP API with minimal setup." homepage = "https://github.com/Si1veR123/easy-rest-api" documentation = "https://github.com/Si1veR123/easy-rest-api/blob/main/README.md" readme = "README.md" keywords = [ "rest-api", "http", "api", "sql", "database", ] categories = [ "database-implementations", "database", "web-programming::http-server", "encoding", ] license = "MIT" repository = "https://github.com/Si1veR123/easy-rest-api" [lib] name = "rest_api" path = "src/lib/lib.rs" [[bin]] name = "rust_rest_api" path = "src/bin.rs" required-features = ["build-binary"] [dependencies.async-trait] version = "0.1.58" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.22" features = ["cargo"] optional = true [dependencies.env_logger] version = "0.9.3" [dependencies.hyper] version = "0.14.23" features = ["full"] [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.17" [dependencies.sqlite3] version = "0.24.0" [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.5.9" [features] build-binary = ["clap"]