# 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 = "json0-rs" version = "0.1.0" description = "JSON0 OT implement in rust." readme = "README.md" license = "MIT" [[test]] name = "integration" [dependencies.base64] version = "0.21.0" [dependencies.bytes] version = "1.3.0" [dependencies.crc] version = "3.0.0" [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.dashmap] version = "5.4.0" [dependencies.fs2] version = "0.4.3" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.164" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.38" [dependencies.uuid] version = "1.3.3" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.env_logger] version = "0.9.3" [dev-dependencies.mockall] version = "0.11.4" [dev-dependencies.test-log] version = "0.2.11"