# 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 = "applin" version = "0.2.9" authors = ["Michael Leonhard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Backend library for the Applin™ Server-Driven UI framework" readme = "README.md" keywords = [ "applin", "mobile", "ui", "reactnative", "flutter", ] categories = [ "gui", "network-programming", ] license-file = "License.txt" repository = "https://github.com/leonhard-llc/applin-rust" [lib] name = "applin" path = "src/lib.rs" [[test]] name = "real32_test" path = "tests/real32_test.rs" [dependencies.nanorand] version = "0.7" features = [ "alloc", "chacha", "std", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.servlin] version = "0.6" features = ["json"] optional = true default-features = false [dev-dependencies]