# 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 = "acrudjson" version = "0.1.2" authors = ["Sheldon Knuth "] description = "Modern Rustlang with async support for CRUD operation based on JSONRPC specification." readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/sheruost/acrudjson" [[example]] name = "server" path = "examples/server.rs" [[example]] name = "client" path = "examples/client.rs" [dependencies.bigdecimal] version = "0.4" [dependencies.crc32fast] version = "1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sled] version = "0.34.7" [dependencies.thiserror] version = "1" [dependencies.zerocopy] version = "0.7" [dev-dependencies.anyhow] version = "1" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "net", "time", ]