# 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 = "wonopui" version = "0.0.5" authors = ["Troels F. Rønnow "] build = "build/main.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "WonopUI: A parameterized YEW UI framework for building flexible and customizable web applications." homepage = "https://github.com/wonop-io/wonopui" readme = "README.md" keywords = [ "yew", "tailwindcss", "ui", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/wonop-io/wonopui" [lib] name = "wonopui" path = "src/lib.rs" [dependencies.chrono] version = "0.4.23" features = [ "serde", "wasmbind", ] [dependencies.chrono-humanize] version = "0.2.3" [dependencies.gloo] version = "0.11.0" [dependencies.gloo-console] version = "0.3.0" [dependencies.gloo-utils] version = "0.2.0" [dependencies.wasm-bindgen] version = "0.2.90" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4.40" [dependencies.web-sys] version = "0.3.68" features = [ "HtmlDocument", "Document", "HtmlInputElement", "HtmlIFrameElement", "Element", "DomRect", "HtmlElement", "HtmlInputElement", "HtmlDivElement", "HtmlImageElement", "CanvasRenderingContext2d", "CanvasGradient", "ImageData", "HtmlCanvasElement", "Navigator", "Window", "Clipboard", "DragEvent", "DataTransfer", "HtmlStyleElement", "HtmlLinkElement", "ResizeObserver", "IntersectionObserver", "MutationObserver", "CssStyleDeclaration", "CustomEvent", "CustomEventInit", "PointerEvent", "KeyboardEvent", "KeyboardEventInit", "MediaQueryList", "MediaQueryListEvent", "SvgElement", ] [dependencies.yew] version = "0.21" features = ["csr"] [dependencies.yew-router] version = "0.18.0" [build-dependencies.regex] version = "1.5" [build-dependencies.serde] version = "1.0.195" features = ["derive"] [build-dependencies.serde_json] version = "1.0.111" [build-dependencies.tera] version = "1.20.0" [features] Accordion = [] Alert = [] Avatar = [] Badge = [] Breadcrumb = [] Button = [] Calendar = [] Card = [] Carousel = [] Checkbox = [] Col = [] Collapsible = [] ColorPicker = [] ColorPickerHue = [] ColorPickerLight = [] ColorPickerSaturation = [] ColorPickerWheel = [] Combobox = [] Command = [] Container = [] Content = [] ContextMenu = [] DarkModeProvider = ["MediaQuery"] Dialog = [] Divider = [] DragPoint = [] Drawer = [] Dropdown = [] GroupButton = [] Iframe = [] Input = [] Label = [] Layout = [] MediaQuery = ["WindowProvider"] MulticolSidebar = ["Layout"] Notification = [] PageContent = [] PageHeader = [] Pagination = [] PaintCanvas = [] Placeholder = [] Popover = [] Resizable = [] Select = [] Selectable = [] Sidebar = [] Switch = [] Table = [] Tabs = [] TagInput = [] TailwindColorPicker = [] Textarea = [] ThemeProvider = [] Toggle = [] Topbar = [] Typography = [] WindowProvider = [] default = [] everything = [ "Accordion", "Alert", "Avatar", "Badge", "Breadcrumb", "Button", "Calendar", "Card", "Carousel", "Checkbox", "Col", "Collapsible", "ColorPicker", "ColorPickerHue", "ColorPickerLight", "ColorPickerSaturation", "ColorPickerWheel", "Combobox", "Command", "Container", "Content", "ContextMenu", "DarkModeProvider", "Dialog", "Divider", "DragPoint", "Drawer", "Dropdown", "GroupButton", "Iframe", "Input", "Label", "MediaQuery", "Notification", "PageHeader", "Pagination", "PaintCanvas", "Placeholder", "Popover", "Resizable", "Select", "Selectable", "Switch", "Table", "Tabs", "TagInput", "TailwindColorPicker", "Textarea", "Toggle", "Typography", "WindowProvider", "Layout", "MulticolSidebar", "PageContent", "Sidebar", "Topbar", ]