# 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 = "mlg" version = "0.1.1" authors = ["Will Cygan "] description = "An asynchronous Log for Rust" readme = "README.md" keywords = [ "async", "asynchronous", "log", ] categories = [ "asynchronous", "asynchronous", ] license = "MIT" repository = "https://github.com/wcygan/mlg" [[test]] name = "test" path = "test/test.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.tokio] version = "1.33.0" features = ["full"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.serde] version = "1.0.192" features = ["derive"] [dev-dependencies.tempfile] version = "3.8.1"