# 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 = "eventful-sql-server" version = "0.2.1" description = "A library for event sourcing in Rust" homepage = "https://github.com/stevewillcock/eventful" documentation = "https://github.com/stevewillcock/eventful" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stevewillcock/eventful" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.68" [dependencies.bb8] version = "0.8.0" [dependencies.bb8-tiberius] version = "0.15.0" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.eventful] version = "0.2.1" [dependencies.serde] version = "1.0.159" [dependencies.serde_json] version = "1.0.95" [dependencies.tiberius-mappers] version = "0.5.0" [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "sync", ] [target."cfg(not(target_os=\"windows\"))".dependencies.tiberius] version = "0.12.1" features = [ "tds73", "rustls", ] default-features = false [target."cfg(target_os=\"windows\")".dependencies.tiberius] version = "0.12.1"