# 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 = "thespis" version = "0.2.0" authors = ["Naja Melan "] description = "The interface of the thespis actor model (contains only traits)." homepage = "https://github.com/thespis-rs/thespis_iface" documentation = "https://docs.rs/thespis" readme = "README.md" keywords = [ "async", "futures", "actor", "thespis", ] categories = [ "asynchronous", "concurrency", ] license = "Unlicense" repository = "https://github.com/thespis-rs/thespis_iface" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.futures-sink] version = "^0.3" features = ["std"] default-features = false [dependencies.thespis_derive] version = "^0.1" optional = true [build-dependencies.rustc_version] version = "^0.4" [features] default = ["derive"] derive = ["thespis_derive"]