| # Copyright 2018 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| [package] |
| name = "fuchsia-third-party" |
| version = "0.1.0" |
| authors = ["cramertj <cramertj@google.com>"] |
| |
| [dependencies] |
| base64 = "0.8.0" |
| bincode = "1" |
| bitfield = "0.12" |
| bitflags = "1" |
| byteorder = { version = "1", features = ["i128"] } |
| bytes = "0.4.7" |
| cc = "1" |
| clap = "2.29" |
| crossbeam = "0.3.2" |
| encode_unicode = "0.1.3" |
| failure = "0.1.1" |
| font-rs = "0.1.3" |
| futures = "0.2.1" |
| getopts = "0.2" |
| hex = "0.3.2" |
| itertools = "0.7" |
| lazy_static = "0.1" |
| libc = "0.2" |
| log = { version = "0.4", features = ["std"] } |
| net2 = "0.2" |
| nom = "3.2" |
| num = "0.1" |
| num-bigint = "0.1" |
| parking_lot = "0.4" |
| rand = "0.4" |
| rouille = "2.1.0" |
| rust-crypto = "0.2" |
| rustc-serialize = "0.3" |
| serde = "1" |
| serde_derive = "1" |
| serde_json = "1" |
| slab = "0.4" |
| structopt = "0.2.4" |
| tempdir = "0.3" |
| time = "0.1" |
| timebomb = "0.1.2" |
| toml = "0.4" |
| unicode-segmentation = "1.0" |
| unicode-width = "0.1.3" |
| url = "1.7.0" |
| xi-core-lib = { version = "0.2.0", default-features = false } # disable "notify" crate |
| xi-rpc = "0.2.0" |
| |
| [patch.crates-io] |
| backtrace-sys = { path = "tiny_mirrors/backtrace-sys" } |
| fuchsia-zircon = { path = "../../../garnet/public/rust/crates/fuchsia-zircon" } |
| fuchsia-zircon-sys = { path = "../../../garnet/public/rust/crates/fuchsia-zircon/fuchsia-zircon-sys" } |
| rust-crypto = { path = "../../rust-mirrors/rust-crypto" } |
| xi-core-lib = { path = "../../rust-mirrors/xi-editor/rust/core-lib" } |
| xi-rope = { path = "../../rust-mirrors/xi-editor/rust/rope" } |
| xi-rpc = { path = "../../rust-mirrors/xi-editor/rust/rpc" } |
| xi-trace = { path = "../..//rust-mirrors/xi-editor/rust/trace" } |
| xi-trace-dump = { path = "../../rust-mirrors/xi-editor/rust/trace-dump" } |
| xi-unicode = { path = "../../rust-mirrors/xi-editor/rust/unicode" } |