# 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-derive" version = "0.1.3" authors = ["J3A Solutions Ltd."] include = ["**/*.rs", "Cargo.toml", "../LICENSE"] description = "Macros for Timesource crate" 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" [lib] proc-macro = true [[test]] name = "tests" path = "tests/event.rs" [dependencies.proc-macro2] version = "1.0.29" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.77" features = ["full"] [dev-dependencies.chrono] version = "0.4.19" features = ["std", "clock"] default-features = false [dev-dependencies.minicbor] version = "0.12.0" features = ["std", "derive"] [dev-dependencies.prost] version = "0.9.0" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "1.2.0" [dev-dependencies.timesource-core] version = "0.1.3"