Backed out changeset 48baafc34055 (bug 1789166) for causing mochitests failures....
[gecko.git] / third_party / rust / line-wrap / Cargo.toml
blobd27efdd6541f8a84cb30b95ac68558e7a576e430
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "line-wrap"
15 version = "0.1.1"
16 authors = ["Marshall Pierce <marshall@mpierce.org>"]
17 description = "Efficiently insert line separators"
18 documentation = "https://docs.rs/line-wrap/"
19 readme = "README.md"
20 keywords = ["line-wrap", "line", "wrap"]
21 categories = ["encoding"]
22 license = "Apache-2.0"
23 repository = "https://bitbucket.org/marshallpierce/line-wrap-rs/src"
24 [profile.bench]
25 debug = true
26 [dependencies.safemem]
27 version = "0.3"
28 [dev-dependencies.rand]
29 version = "0.5.5"