# 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 = "workflow-core" version = "0.18.0" authors = ["WORKFLOW-RS developers"] build = "build.rs" exclude = [ "/.*", "/test", "/macros", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Utilities and curated re-exports for async rust native and browser development """ readme = "README.md" keywords = [ "wasm", "browser", "channel", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/workflow-rs/workflow-rs" [lib] name = "workflow_core" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" doctest = false [dependencies.borsh] version = "1.5.1" features = [ "derive", "rc", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.web-sys] version = "0.3.70" features = [ "Window", "Navigator", "Worker", "Blob", "BlobPropertyBag", "Url", "MessageEvent", ] [dependencies.workflow-core-macros] version = "0.18.0" default-features = false [dependencies.workflow-log] version = "0.18.0" default-features = false [build-dependencies.vergen] version = "8.2.6" features = [ "build", "git", "gitcl", "rustc", "cargo", ] [features] default = ["version"] test = [] version = [] [target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.chrono] version = "0.4.31" [target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.rlimit] version = "0.10.1" [target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.tokio] version = "1.33.0" features = [ "io-util", "time", "sync", "macros", "rt", "rt-multi-thread", ] default-features = false [target.'cfg(not(target_arch = "bpf"))'.dependencies.async-channel] version = "2.0.0" [target.'cfg(not(target_arch = "bpf"))'.dependencies.async-std] version = "1.12.0" features = ["attributes"] [target.'cfg(not(target_arch = "bpf"))'.dependencies.bs58] version = "0.5.0" [target.'cfg(not(target_arch = "bpf"))'.dependencies.dirs] version = "5.0.1" [target.'cfg(not(target_arch = "bpf"))'.dependencies.faster-hex] version = "0.9.0" [target.'cfg(not(target_arch = "bpf"))'.dependencies.futures] version = "0.3.29" [target.'cfg(not(target_arch = "bpf"))'.dependencies.getrandom] version = "0.2.10" features = ["js"] [target.'cfg(not(target_arch = "bpf"))'.dependencies.instant] version = "0.1.12" features = ["wasm-bindgen"] [target.'cfg(not(target_arch = "bpf"))'.dependencies.js-sys] version = "0.3.64" [target.'cfg(not(target_arch = "bpf"))'.dependencies.rand] version = "0.8.5" features = ["getrandom"] [target.'cfg(not(target_arch = "bpf"))'.dependencies.serde] version = "1.0.190" features = [ "derive", "rc", ] [target.'cfg(not(target_arch = "bpf"))'.dependencies.serde-wasm-bindgen] version = "0.6.1" [target.'cfg(not(target_arch = "bpf"))'.dependencies.thiserror] version = "1.0.50" [target.'cfg(not(target_arch = "bpf"))'.dependencies.triggered] version = "0.1.2" [target.'cfg(not(target_arch = "bpf"))'.dependencies.wasm-bindgen] version = "0.2.93" [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3.64" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4.43" [lints.clippy] empty_docs = "allow"