[package] name = "timesource-derive" version = "0.1.3" edition = "2021" description = "Macros for Timesource crate" license = "MIT" authors = ["J3A Solutions Ltd."] homepage = "https://gitlab.com/j3a-solutions/timesource" repository = "https://gitlab.com/j3a-solutions/timesource" categories = ["data-structures", "database"] keywords = ["event-sourcing", "cqrs", "timescaledb"] readme = "README.md" include = [ "**/*.rs", "Cargo.toml", "../LICENSE" ] [lib] proc-macro = true [[test]] name = "tests" path = "tests/event.rs" [dependencies] proc-macro2 = "1.0.29" quote = "1.0.9" syn = { version = "1.0.77", features = ["full"]} [dev-dependencies] chrono = { version = "0.4.19", default-features = false, features = ["std", "clock"] } timesource-core = { version = "0.1.3", path = "../core" } minicbor = { version = "0.12.0", features = ["std", "derive"] } serde = "1.0" serde_json = "1.0" test-case = "1.2.0" prost = "0.9.0"