# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "event_store" version = "0.1.1" authors = ["Freyskeyd "] description = "Crate to deal with every aspect of an eventstore" license = "MIT" [dependencies.actix] version = "0.12" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.5" features = ["postgres", "chrono", "time", "uuid", "json", "offline", "runtime-actix-native-tls"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dev-dependencies.pretty_assertions] version = "0.6.1" [features] verbose = []