# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "assemblylift-core-io" version = "0.2.1" authors = ["Akkoro and the AssemblyLift contributors "] description = "AssemblyLift core event library" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/akkoro/assemblylift" [dependencies.assemblylift-core] version = "0.2.3" [dependencies.assemblylift-core-io-common] version = "0.2.0" [dependencies.crossbeam-utils] version = "0.7.2" [dependencies.futures] version = "0.3.5" [dependencies.indexmap] version = "1.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.tokio] version = "0.2.21" features = ["rt-core", "rt-threaded"]