# 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-core" version = "0.1.3" authors = ["J3A Solutions Ltd."] include = ["**/*.rs", "Cargo.toml", "../LICENSE"] description = "Core library for timesource" 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.chrono] version = "0.4.19" features = ["std"] default-features = false [dependencies.data-encoding] version = "2.3.2" optional = true [dependencies.minicbor] version = "0.12.0" optional = true [dependencies.prost] version = "0.9.0" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.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.uuid] version = "0.8" [features] cbor = ["data-encoding", "minicbor"] default = [] json = ["serde", "serde_json"] protobuf = ["data-encoding", "prost"]