rust/Cargo.lock

71 lines
2.0 KiB
Plaintext
Raw Normal View History

[root]
name = "rustfmt"
version = "0.0.1"
dependencies = [
2015-06-19 23:39:13 +00:00
"diff 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"strings 0.0.1 (git+https://github.com/nrc/strings.rs.git)",
"toml 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-06-19 23:39:13 +00:00
[[package]]
name = "aho-corasick"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-05-12 00:16:46 +00:00
[[package]]
name = "diff"
2015-06-19 23:39:13 +00:00
version = "0.1.3"
2015-05-12 00:16:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-06-19 23:39:13 +00:00
[[package]]
name = "libc"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memchr"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2015-05-28 17:23:07 +00:00
[[package]]
name = "regex"
2015-06-19 23:39:13 +00:00
version = "0.1.38"
2015-05-28 17:23:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-06-19 23:39:13 +00:00
"aho-corasick 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2015-05-28 17:23:07 +00:00
]
[[package]]
name = "regex-syntax"
2015-06-19 23:39:13 +00:00
version = "0.1.2"
2015-05-28 17:23:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc-serialize"
2015-06-19 23:39:13 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strings"
version = "0.0.1"
2015-06-19 23:39:13 +00:00
source = "git+https://github.com/nrc/strings.rs.git#b7f37c4545b7dba24fb28161cd9c405fae978be4"
[[package]]
name = "toml"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2015-06-19 23:39:13 +00:00
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
]