# 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 = "sp-ropey" version = "0.2.0" authors = ["Samuel Burnham ", "John Burnham "] description = "Text rope for `no_std` use withing Substrate" documentation = "https://docs.rs/sp-ropey" readme = "README.md" keywords = ["rope", "no_std"] categories = ["no-std"] license = "MIT" repository = "https://github.com/yatima-inc/sp-ropey" [dependencies.smallvec] version = "1" [dev-dependencies.proptest] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.unicode-segmentation] version = "1.3"