# 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 = "framework-cqrs-lib" version = "0.5.9" authors = ["paq1"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "handle state-machine with data persist in journal and store mongo for restfull actix api" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "framework_cqrs_lib" path = "src/lib.rs" [[bin]] name = "example" path = "src/bin/example.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.actix-web] version = "4" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.log] version = "0.4" [dependencies.moka] version = "0.12" features = ["future"] [dependencies.mongodb] version = "3.0.0" features = ["sync"] [dependencies.passwords] version = "3.1.16" features = [ "crypto", "common-password", ] [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.utoipa] version = "4.2.3" features = [ "actix_extras", "chrono", ] [dependencies.utoipa-swagger-ui] version = "6.0.0" features = ["actix-web"] [dependencies.uuid] version = "1.9.1" features = [ "v4", "fast-rng", "macro-diagnostics", ]