[package] name = "woot" version = "0.1.2" authors = ["Sebastian Köln "] license = "MIT" description = "WithOut Operational Transformaton. Rust implementation of the WOOT algorithm." repository = "https://github.com/s3bk/woot" [dependencies] rand = "0.3" itertools = "0.5" num-traits = "0.1"