# 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 = "2018" name = "operational-transform" version = "0.6.1" authors = ["bold "] description = "A library for Operational Transformation" readme = "README.md" keywords = ["operational", "transform", "collaborative", "editing"] license = "MIT" repository = "https://github.com/spebern/operational-transform-rs" [[bench]] name = "benchmark" harness = false [dependencies.bytecount] version = "0.6.0" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.serde_json] version = "1.0.50" [features] generic-simd = ["bytecount/generic-simd"] runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"]