# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "serde_sciter" version = "0.2.0" authors = ["pravic "] exclude = [".gitignore", ".editorconfig", ".appveyor.yml"] description = "Serde support for Sciter engine." documentation = "https://docs.rs/serde_sciter" keywords = ["serde", "gui", "gtk", "opengl", "skia"] categories = ["gui", "web-programming", "rendering::graphics-api", "api-bindings"] license = "MIT" repository = "https://github.com/sciter-sdk/rust-sciter" [dependencies.sciter-rs] version = "0.5" [dependencies.serde] version = "1" [dev-dependencies.serde_bytes] version = "0.10" [dev-dependencies.serde_derive] version = "1" [badges.appveyor] repository = "sciter-sdk/rust-sciter"