sourcery 0.2.0

Event-Sourcing library in pure rust
Documentation
[licenses]
allow = [
    "Apache-2.0",
    "BSD-3-Clause",
    "CDLA-Permissive-2.0",
    "ISC",
    "MIT",
    "Unicode-3.0",
    "Zlib",
]
confidence-threshold = 1.0

# This workspace is allowed to be GPL-3.0, but none of it's dependencies are!
exceptions = [
    { allow = ["GPL-3.0-only"], crate = "sourcery" },
    { allow = ["GPL-3.0-only"], crate = "sourcery-postgres" },
    { allow = ["GPL-3.0-only"], crate = "sourcery-core" },
    { allow = ["GPL-3.0-only"], crate = "sourcery-macros" },
]

[graph]
all-features = true