# 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" rust-version = "1.75" name = "nano-ai" version = "0.0.2" authors = ["Mahmoud Harmouch "] build = false exclude = ["examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "✨ Gemini Nano Adapter for WASM Frameworks." documentation = "https://docs.rs/nano-ai" readme = "README.md" keywords = [ "client", "ai", "gemini", ] categories = ["science"] license = "MIT" repository = "https://github.com/opensass/nano-ai" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = false strip = true [lib] name = "nano_ai" path = "src/lib.rs" [dependencies.js-sys] version = "0.3.72" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.3" [dependencies.wasm-bindgen] version = "=0.2.95" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "=0.4.45" [badges.maintenance] status = "actively-developed"