# 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 = "timesource" version = "0.1.3" authors = ["J3A Solutions Ltd."] include = ["**/*.rs", "Cargo.toml", "../LICENSE", "migrations", "queries", "sqlx-data.json"] description = "Event sourcing with TimescaleDb" homepage = "https://gitlab.com/j3a-solutions/timesource" readme = "README.md" keywords = ["event-sourcing", "cqrs", "timescaledb"] categories = ["data-structures", "database"] license = "MIT" repository = "https://gitlab.com/j3a-solutions/timesource" [dependencies.async-trait] version = "0.1.51" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4.19" default-features = false [dependencies.data-encoding] version = "2.3.2" optional = true [dependencies.futures] version = "0.3.17" default-features = false [dependencies.heapless] version = "0.7.8" default-features = false [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.sqlx] version = "0.5.7" features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "macros", "json", "offline"] [dependencies.thiserror] version = "1.0.29" [dependencies.timesource-core] version = "0.1.3" [dependencies.timesource-derive] version = "0.1.3" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread", "sync"] default-features = false [dependencies.tokio-stream] version = "0.1.8" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.gabble] version = "0.1.1" [dev-dependencies.minicbor] version = "0.12.0" features = ["std", "derive"] [dev-dependencies.mockall] version = "0.10.2" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "1.2.0" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] all = ["json", "cbor", "protobuf"] binary = ["data-encoding", "lazy_static", "timesource-core/data-encoding"] cbor = ["binary", "timesource-core/cbor"] default = ["json"] json = ["timesource-core/json"] protobuf = ["binary", "timesource-core/protobuf"]