# 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 = "forky_web" version = "0.2.0-rc.6" authors = ["Peter Hayman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Utilities" documentation = "https://mrchantey.github.io/forky/docs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/forky" [lib] name = "forky_web" path = "src/lib.rs" [[example]] name = "builds" path = "examples/builds.rs" [[example]] name = "leptos" path = "examples/leptos.rs" [[example]] name = "macros" path = "examples/macros.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.console_error_panic_hook] version = "0.1.7" [dependencies.extend] version = "1.1.2" [dependencies.forky_core] version = "0.2.0-rc.6" [dependencies.forky_web_macros] version = "0.2.0-rc.6" [dependencies.js-sys] version = "0.3.63" [dependencies.leptos] version = "0.6.10" features = [ "csr", "nightly", ] optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.wasm-bindgen] version = "0.2.86" [dependencies.wasm-bindgen-futures] version = "0.4.36" [dependencies.web-sys] version = "0.3.61" features = [ "Headers", "Document", "Element", "Window", "HtmlIFrameElement", "ResizeObserver", "ResizeObserverBoxOptions", "ResizeObserverEntry", "ResizeObserverOptions", "ResizeObserverSize", "DomRect", "DomRectReadOnly", "MediaQueryList", "MouseEvent", "KeyboardEvent", "Gpu", "console", "Navigator", "Performance", "WebGl2RenderingContext", "AudioContext", "AudioDestinationNode", "AudioNode", "AudioParam", "BiquadFilterNode", "BiquadFilterOptions", "BiquadFilterType", "DelayNode", "DelayOptions", "GainNode", "OscillatorNode", "OscillatorType", "Request", "RequestInit", "RequestMode", "Response", "Blob", "BlobEvent", "BlobEventInit", "BlobPropertyBag", "HtmlAnchorElement", "HtmlCanvasElement", "HtmlInputElement", "File", "FileList", "Url", "History", "Location", "UrlSearchParams", "DeviceOrientationEvent", "DeviceMotionEvent", "DeviceAcceleration", "DeviceRotationRate", "BinaryType", "FileReader", "ErrorEvent", "MessageEvent", "ProgressEvent", "WebSocket", "XrBoundedReferenceSpace", "XrEye", "XrFrame", "XrHandedness", "XrInputSource", "XrInputSourceArray", "XrInputSourceEvent", "XrInputSourceEventInit", "XrInputSourcesChangeEvent", "XrJointPose", "XrJointSpace", "XrPose", "XrReferenceSpace", "XrReferenceSpaceEvent", "XrReferenceSpaceEventInit", "XrReferenceSpaceType", "XrRenderState", "XrRenderStateInit", "XrRigidTransform", "XrSession", "XrSessionEvent", "XrSessionEventInit", "XrSessionInit", "XrSessionMode", "XrSpace", "XrTargetRayMode", "XrView", "XrViewerPose", "XrViewport", "XrVisibilityState", "XrWebGlLayer", "XrWebGlLayerInit", "XrSystem", ] [features] default = ["leptos"] leptos = ["dep:leptos"]