# 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 = "vin-core" version = "8.1.0" description = "Core types and traits for vin" homepage = "https://github.com/mscofield0/vin" keywords = [ "actor", "concurrency", ] categories = ["concurrency"] license-file = "LICENSE" repository = "https://github.com/mscofield0/vin" [dependencies.anyhow] version = "1.0" [dependencies.async-channel] version = "1.7" [dependencies.async-trait] version = "0.1" [dependencies.crossbeam] version = "0.8" [dependencies.downcast-rs] version = "1.2" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = [ "macros", "rt", "rt-multi-thread", "parking_lot", "sync", "time", ]