diff --git a/20190115node/20170721node-rust-bindings/fib/native/Cargo.lock b/20190115node/20170721node-rust-bindings/fib/native/Cargo.lock old mode 100755 new mode 100644 index f39b955..07e463e --- a/20190115node/20170721node-rust-bindings/fib/native/Cargo.lock +++ b/20190115node/20170721node-rust-bindings/fib/native/Cargo.lock @@ -1,48 +1,124 @@ -[root] -name = "fib" -version = "0.1.0" +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "aho-corasick" +version = "0.7.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" dependencies = [ - "neon 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "neon-build 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr", ] [[package]] -name = "cslice" -version = "0.2.0" +name = "cc" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" [[package]] -name = "gcc" -version = "0.3.51" +name = "cfg-if" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "fib" +version = "0.1.0" +dependencies = [ + "neon", + "neon-build 0.1.18", +] + +[[package]] +name = "memchr" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "neon" -version = "0.1.18" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28e15415261d880aed48122e917a45e87bb82cf0260bb6db48bbab44b7464373" dependencies = [ - "cslice 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "neon-build 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "neon-runtime 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", + "neon-build 0.10.1", + "neon-runtime", + "semver", + "smallvec", ] [[package]] name = "neon-build" version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9582ca9a26ae4f5bfe6c5226395217f6ecaffa631427d6e0dbe311c0febbda76" + +[[package]] +name = "neon-build" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bac98a702e71804af3dacfde41edde4a16076a7bbe889ae61e56e18c5b1c811" +dependencies = [ + "neon-sys", +] [[package]] name = "neon-runtime" -version = "0.1.18" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4676720fa8bb32c64c3d9f49c47a47289239ec46b4bdb66d0913cc512cb0daca" dependencies = [ - "cslice 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if", + "neon-sys", + "smallvec", ] -[metadata] -"checksum cslice 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "697c714f50560202b1f4e2e09cd50a421881c83e9025db75d15f276616f04f40" -"checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a" -"checksum neon 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "13d6cec6282c686e2de9bbee910b217f680f55e2a970add4e7c4cb1619ef5172" -"checksum neon-build 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "9582ca9a26ae4f5bfe6c5226395217f6ecaffa631427d6e0dbe311c0febbda76" -"checksum neon-runtime 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e418076671dd3c63c5f93d75588a03e3ba61a2fedc9df3384411276978831d57" +[[package]] +name = "neon-sys" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5ebc923308ac557184455b4aaa749470554cbac70eb4daa8b18cdc16bef7df6" +dependencies = [ + "cc", + "regex", +] + +[[package]] +name = "regex" +version = "1.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax", +] + +[[package]] +name = "regex-syntax" +version = "0.6.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" + +[[package]] +name = "semver" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" +dependencies = [ + "semver-parser", +] + +[[package]] +name = "semver-parser" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" + +[[package]] +name = "smallvec" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" diff --git a/20190115node/20170721node-rust-bindings/fib/native/Cargo.toml b/20190115node/20170721node-rust-bindings/fib/native/Cargo.toml old mode 100755 new mode 100644 index 055e60c..8ba65d1 --- a/20190115node/20170721node-rust-bindings/fib/native/Cargo.toml +++ b/20190115node/20170721node-rust-bindings/fib/native/Cargo.toml @@ -13,4 +13,4 @@ crate-type = ["dylib"] neon-build = "0.1.18" [dependencies] -neon = "0.1.18" +neon = "0.10.1"