# 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 = "allo-isolate" version = "0.1.26" authors = [ "Sunshine Foundation Developers", "Shady Khalifa ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run Multithreaded Rust along with Dart VM (in isolate)." homepage = "https://github.com/sunshine-protocol/allo-isolate" readme = "README.md" keywords = [ "bindings", "ffi", "isolate", "dart", ] categories = [ "external-ffi-bindings", "development-tools::ffi", ] license-file = "LICENSE" repository = "https://github.com/sunshine-protocol/allo-isolate" [package.metadata.docs.rs] all-features = true [lib] name = "allo_isolate" path = "src/lib.rs" [[example]] name = "containers" path = "tests/containers.rs" required-features = [ "anyhow", "backtrace", "chrono", "uuid", ] [[test]] name = "containers" path = "tests/containers.rs" [[test]] name = "vm" path = "tests/vm.rs" [[bench]] name = "uuid" path = "benches/uuid.rs" harness = false required-features = ["uuid"] [dependencies.anyhow] version = "1.0.58" optional = true [dependencies.atomic] version = "0.5" [dependencies.backtrace] version = "0.3.66" optional = true [dependencies.chrono] version = "0.4.20" optional = true [dependencies.pin-project] version = "1.0.8" optional = true [dependencies.uuid] version = "1.1.2" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.fastrand] version = "^2.0" [dev-dependencies.uuid] version = "1.1.2" features = ["v4"] [features] catch-unwind = ["pin-project"] default = [] zero-copy = []