# 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 = "rust-actix-crud" version = "0.1.2" description = "Learn how to create Rest API in Rust and setup CI/CD pipeline" license = "MIT" repository = "https://github.com/hendrysuwanda/rust-actix-crud" [profile.dist] lto = "thin" inherits = "release" [dependencies.actix-web] version = "4" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.diesel] version = "2.1.3" features = [ "postgres", "r2d2", "chrono", ] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0"