[package] name = "rline_api" version = "1.0.0" license = "Apache-2.0" authors = ["Punch "] description = "rline public API to create, manipulate, and convert rows of data, making it easy to work with datasets" documentation = "https://punchplatform.com/2023/09/14/frugal-and-robust-data-processing-using-rust-and-webassembly/" homepage = "https://punchplatform.com/" readme = "README.md" keywords = ["webassembly", "faas", "function", "serialization", "data"] categories = ["development-tools", "api-bindings", "wasm", "data-structures", "encoding"] edition = "2021" include = ["src/*.rs", "LICENSE.txt", "README.md"] [dependencies] serde = { version = "1.0.193", features = ["derive"]} serde_json = "1.0.108" bincode = "2.0.0-rc.3"