# 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 = "dioxus-shareables" version = "0.3.0" authors = ["Tamvana Makuluni"] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", ] description = "Hooks for sharing structures between components." documentation = "https://docs.rs/dioxus-shareables" readme = "README.md" keywords = ["dioxus"] license = "MIT" repository = "https://github.com/emakman/dioxus-shareables" [dependencies.dioxus-core] version = "0.3.0" package = "dioxus-core" [dependencies.parking_lot] version = "0.12.1" [dependencies.paste] version = "1" [dependencies.rustc-hash] version = "1.1.0" [dev-dependencies.dioxus] version = "0.3.1" package = "dioxus" [features] debug = [] dioxus-git = []