# 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 = "spectroscopy" version = "0.2.0-alpha" authors = ["ReiRokusanami "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A event projector(materializer) for event sourcing" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HalsekiRaika/spectroscopy" [lib] name = "spectroscopy" path = "src/lib.rs" [[test]] name = "test_agent" path = "tests/test_agent.rs" [[test]] name = "test_impl_entity" path = "tests/test_impl_entity.rs" [[test]] name = "test_impl_projector" path = "tests/test_impl_projector.rs" [[test]] name = "test_projection" path = "tests/test_projection.rs" [dependencies.async-trait] version = "^0.1" [dependencies.futures] version = "^0.3" features = [] [dependencies.serde] version = "^1" [dependencies.thiserror] version = "^2" [dependencies.tokio] version = "^1" features = [ "sync", "rt-multi-thread", ] default-features = false [dependencies.tracing] version = "^0.1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "^1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]