# 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 = "radix-leptos-portal" version = "0.0.2" authors = ["Rust For Web "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Leptos port of Radix Portal." homepage = "https://radix.rustforweb.org/primitives/utilities/portal.html" readme = "README.md" license = "MIT" repository = "https://github.com/RustForWeb/radix" [package.metadata.cargo-all-features] skip_feature_sets = [ [ "csr", "ssr", ], [ "csr", "hydrate", ], [ "ssr", "hydrate", ], ] [lib] name = "radix_leptos_portal" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.leptos] version = "0.6.12" [dependencies.leptos_dom] version = "0.6.12" [dependencies.radix-leptos-primitive] version = "0.0.2" [dependencies.tracing] version = "0.1" [dependencies.web-sys] version = "0.3.69" [features] csr = ["leptos_dom/csr"] hydrate = ["leptos_dom/hydrate"] ssr = ["leptos_dom/ssr"]