# 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 = "event_store-core" version = "0.1.0" description = "Core struct and trait used to build event_store runtime/storage" license = "MIT OR Apache-2.0" [dependencies.actix] version = "0.12.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.futures] version = "0.3.17" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.sqlx] version = "0.5.9" features = ["postgres", "chrono", "time", "uuid", "json", "offline", "runtime-actix-native-tls"] [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.uuid] version = "0.8.2" features = ["serde", "v4"] [dev-dependencies.pretty_assertions] version = "1.0.0"