# 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 = "lunatic-twitchax-patch" version = "0.14.1" authors = ["Bernard Kolobara "] description = "Helper library for building Rust applications that run on lunatic." readme = "Readme.md" license = "Apache-2.0/MIT" repository = "https://github.com/lunatic-solutions/lunatic-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-wasi"] [[test]] name = "sqlite" path = "tests/sqlite.rs" required-features = ["sqlite"] [[bench]] name = "serializer" harness = false [[bench]] name = "spawning" harness = false [dependencies.bincode] version = "1.3" [dependencies.lunatic-macros] version = "0.13" [dependencies.lunatic-sqlite-api] version = "0.13" optional = true [dependencies.lunatic-sys] version = "0.14" [dependencies.lunatic-test] version = "0.13" [dependencies.paste] version = "1.0" [dependencies.protobuf] version = "3.1" optional = true [dependencies.rmp-serde] version = "1.1" optional = true [dependencies.rustversion] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.4" default-features = false [dev-dependencies.serde_bytes] version = "0.11" [features] default = [] json_serializer = ["serde_json"] msgpack_serializer = ["rmp-serde"] protobuf_serializer = ["protobuf"] sqlite = ["lunatic-sqlite-api"]