# 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 = "dexterous_developer_dylib_runner" version = "0.4.0-alpha.3" authors = ["Lee-Orr"] description = "A modular hot reload system for rust" homepage = "https://lee-orr.github.io/dexterous_developer/" documentation = "https://lee-orr.github.io/dexterous_developer/" keywords = ["bevy"] categories = [ "development-tools::build-utils", "development-tools", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lee-orr/dexterous_developer" [dependencies.async-channel] version = "2" [dependencies.blake3] version = "1" [dependencies.camino] version = "1" [dependencies.crossbeam] version = "0.8" [dependencies.dashmap] version = "6" [dependencies.debounce] version = "0.2" [dependencies.dexterous_developer_instance] version = "0.4.0-alpha.3" features = [ "runner", "dylib", ] [dependencies.dexterous_developer_types] version = "0.4.0-alpha.3" [dependencies.dunce] version = "1" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.libloading] version = "0.8" [dependencies.notify] version = "6" [dependencies.once_cell] version = "1" [dependencies.reqwest] version = "0.12" features = [ "charset", "http2", "macos-system-configuration", "rustls-tls", ] default-features = false [dependencies.rmp-serde] version = "1" [dependencies.safer-ffi] version = "0.1" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23" features = ["rustls-tls-webpki-roots"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.which] version = "6"