Giter Site home page Giter Site logo

Comments (1)

brandonros avatar brandonros commented on July 28, 2024
Brandons-Laptop:nano-vanity brandon 2024-04-16 11:15:35 $ cargo tree
nano-vanity v0.4.14 (/Users/brandon/Desktop/nano-vanity)
├── blake2 v0.9.1
│   ├── crypto-mac v0.8.0
│   │   ├── generic-array v0.14.4
│   │   │   └── typenum v1.13.0
│   │   │   [build-dependencies]
│   │   │   └── version_check v0.9.3
│   │   └── subtle v2.4.1
│   ├── digest v0.9.0
│   │   └── generic-array v0.14.4 (*)
│   └── opaque-debug v0.3.0
├── byteorder v1.4.3
├── clap v2.33.3
│   ├── ansi_term v0.11.0
│   ├── atty v0.2.14
│   │   └── libc v0.2.99
│   ├── bitflags v1.3.1
│   ├── strsim v0.8.0
│   ├── textwrap v0.11.0
│   │   └── unicode-width v0.1.8
│   ├── unicode-width v0.1.8
│   └── vec_map v0.8.2
├── curve25519-dalek v1.2.6
│   ├── byteorder v1.4.3
│   ├── clear_on_drop v0.2.4
│   │   [build-dependencies]
│   │   └── cc v1.0.69
│   ├── digest v0.8.1
│   │   └── generic-array v0.12.4
│   │       └── typenum v1.13.0
│   ├── rand_core v0.3.1
│   │   └── rand_core v0.4.2
│   └── subtle v2.4.1
│   [build-dependencies]
│   ├── byteorder v1.4.3
│   ├── clear_on_drop v0.2.4 (*)
│   ├── digest v0.8.1 (*)
│   ├── rand_core v0.3.1 (*)
│   └── subtle v2.4.1
├── digest v0.9.0 (*)
├── hex v0.3.2
├── num-bigint v0.1.44
│   ├── num-integer v0.1.44
│   │   └── num-traits v0.2.14
│   │       [build-dependencies]
│   │       └── autocfg v1.0.1
│   │   [build-dependencies]
│   │   └── autocfg v1.0.1
│   ├── num-traits v0.2.14 (*)
│   ├── rand v0.4.6
│   │   └── libc v0.2.99
│   └── rustc-serialize v0.3.24
├── num-traits v0.2.14 (*)
├── num_cpus v1.13.0
│   └── libc v0.2.99
├── ocl v0.19.3
│   ├── failure v0.1.8
│   │   ├── backtrace v0.3.61
│   │   │   ├── addr2line v0.16.0
│   │   │   │   └── gimli v0.25.0
│   │   │   ├── cfg-if v1.0.0
│   │   │   ├── libc v0.2.99
│   │   │   ├── miniz_oxide v0.4.4
│   │   │   │   └── adler v1.0.2
│   │   │   │   [build-dependencies]
│   │   │   │   └── autocfg v1.0.1
│   │   │   ├── object v0.26.0
│   │   │   │   └── memchr v2.4.0
│   │   │   └── rustc-demangle v0.1.20
│   │   │   [build-dependencies]
│   │   │   └── cc v1.0.69
│   │   └── failure_derive v0.1.8 (proc-macro)
│   │       ├── proc-macro2 v1.0.28
│   │       │   └── unicode-xid v0.2.2
│   │       ├── quote v1.0.9
│   │       │   └── proc-macro2 v1.0.28 (*)
│   │       ├── syn v1.0.74
│   │       │   ├── proc-macro2 v1.0.28 (*)
│   │       │   ├── quote v1.0.9 (*)
│   │       │   └── unicode-xid v0.2.2
│   │       └── synstructure v0.12.5
│   │           ├── proc-macro2 v1.0.28 (*)
│   │           ├── quote v1.0.9 (*)
│   │           ├── syn v1.0.74 (*)
│   │           └── unicode-xid v0.2.2
│   ├── futures v0.1.31
│   ├── nodrop v0.1.14
│   ├── num-traits v0.2.14 (*)
│   ├── ocl-core v0.11.2
│   │   ├── bitflags v1.3.1
│   │   ├── cl-sys v0.4.2
│   │   │   └── libc v0.2.99
│   │   ├── enum_primitive v0.1.1
│   │   │   └── num-traits v0.1.43
│   │   │       └── num-traits v0.2.14 (*)
│   │   ├── failure v0.1.8 (*)
│   │   ├── num-complex v0.1.43
│   │   │   ├── num-traits v0.2.14 (*)
│   │   │   └── rustc-serialize v0.3.24
│   │   ├── num-traits v0.2.14 (*)
│   │   └── ocl-core-vector v0.1.0
│   │       └── num v0.1.42
│   │           ├── num-bigint v0.1.44 (*)
│   │           ├── num-complex v0.1.43 (*)
│   │           ├── num-integer v0.1.44 (*)
│   │           ├── num-iter v0.1.42
│   │           │   ├── num-integer v0.1.44 (*)
│   │           │   └── num-traits v0.2.14 (*)
│   │           │   [build-dependencies]
│   │           │   └── autocfg v1.0.1
│   │           ├── num-rational v0.1.42
│   │           │   ├── num-bigint v0.1.44 (*)
│   │           │   ├── num-integer v0.1.44 (*)
│   │           │   ├── num-traits v0.2.14 (*)
│   │           │   └── rustc-serialize v0.3.24
│   │           └── num-traits v0.2.14 (*)
│   │   [build-dependencies]
│   │   └── rustc_version v0.1.7
│   │       └── semver v0.1.20
│   └── qutex v0.2.3
│       ├── crossbeam v0.7.3
│       │   ├── cfg-if v0.1.10
│       │   ├── crossbeam-channel v0.4.4
│       │   │   ├── crossbeam-utils v0.7.2
│       │   │   │   ├── cfg-if v0.1.10
│       │   │   │   └── lazy_static v1.4.0
│       │   │   │   [build-dependencies]
│       │   │   │   └── autocfg v1.0.1
│       │   │   └── maybe-uninit v2.0.0
│       │   ├── crossbeam-deque v0.7.4
│       │   │   ├── crossbeam-epoch v0.8.2
│       │   │   │   ├── cfg-if v0.1.10
│       │   │   │   ├── crossbeam-utils v0.7.2 (*)
│       │   │   │   ├── lazy_static v1.4.0
│       │   │   │   ├── maybe-uninit v2.0.0
│       │   │   │   ├── memoffset v0.5.6
│       │   │   │   │   [build-dependencies]
│       │   │   │   │   └── autocfg v1.0.1
│       │   │   │   └── scopeguard v1.1.0
│       │   │   │   [build-dependencies]
│       │   │   │   └── autocfg v1.0.1
│       │   │   ├── crossbeam-utils v0.7.2 (*)
│       │   │   └── maybe-uninit v2.0.0
│       │   ├── crossbeam-epoch v0.8.2 (*)
│       │   ├── crossbeam-queue v0.2.3
│       │   │   ├── cfg-if v0.1.10
│       │   │   ├── crossbeam-utils v0.7.2 (*)
│       │   │   └── maybe-uninit v2.0.0
│       │   └── crossbeam-utils v0.7.2 (*)
│       └── futures v0.1.31
└── rand v0.7.3
    ├── getrandom v0.1.16
    │   ├── cfg-if v1.0.0
    │   └── libc v0.2.99
    ├── libc v0.2.99
    ├── rand_chacha v0.2.2
    │   ├── ppv-lite86 v0.2.10
    │   └── rand_core v0.5.1
    │       └── getrandom v0.1.16 (*)
    └── rand_core v0.5.1 (*)

from nano-vanity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.