Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created April 1, 2020 21:10
Show Gist options
  • Save alexcrichton/0d4db9ba34da4369d41affd52e28ab2d to your computer and use it in GitHub Desktop.
Save alexcrichton/0d4db9ba34da4369d41affd52e28ab2d to your computer and use it in GitHub Desktop.
regex-syntax v0.6.17
└── regex v1.3.6
├── regex feature "aho-corasick"
│ └── regex feature "perf-literal"
│ └── regex feature "perf"
│ └── regex feature "default"
│ ├── env_logger v0.6.2
│ │ ├── env_logger feature "atty"
│ │ │ └── env_logger feature "default"
│ │ │ └── file-per-thread-logger v0.1.2
│ │ │ └── file-per-thread-logger feature "default"
│ │ │ └── wasmtime-environ v0.14.0 (/home/alex/code/wasmtime/crates/environ)
│ │ │ └── wasmtime-environ feature "default"
│ │ │ ├── wasmtime v0.14.0 (/home/alex/code/wasmtime/crates/api)
│ │ │ │ ├── wasmtime feature "default" (command-line)
│ │ │ │ ├── wasmtime feature "jitdump"
│ │ │ │ │ └── wasmtime feature "default" (command-line) (*)
│ │ │ │ └── wasmtime feature "wat"
│ │ │ │ └── wasmtime feature "default" (command-line) (*)
│ │ │ ├── wasmtime-debug v0.14.0 (/home/alex/code/wasmtime/crates/debug)
│ │ │ │ └── wasmtime-debug feature "default"
│ │ │ │ └── wasmtime-jit v0.14.0 (/home/alex/code/wasmtime/crates/jit)
│ │ │ │ ├── wasmtime-jit feature "default"
│ │ │ │ │ └── wasmtime v0.14.0 (/home/alex/code/wasmtime/crates/api) (*)
│ │ │ │ └── wasmtime-jit feature "jitdump"
│ │ │ │ └── wasmtime feature "jitdump" (*)
│ │ │ ├── wasmtime-jit v0.14.0 (/home/alex/code/wasmtime/crates/jit) (*)
│ │ │ ├── wasmtime-profiling v0.14.0 (/home/alex/code/wasmtime/crates/profiling)
│ │ │ │ ├── wasmtime-profiling feature "default"
│ │ │ │ │ ├── wasmtime v0.14.0 (/home/alex/code/wasmtime/crates/api) (*)
│ │ │ │ │ └── wasmtime-jit v0.14.0 (/home/alex/code/wasmtime/crates/jit) (*)
│ │ │ │ ├── wasmtime-profiling feature "gimli"
│ │ │ │ │ └── wasmtime-profiling feature "jitdump"
│ │ │ │ │ └── wasmtime-jit feature "jitdump" (*)
│ │ │ │ ├── wasmtime-profiling feature "jitdump" (*)
│ │ │ │ ├── wasmtime-profiling feature "object"
│ │ │ │ │ └── wasmtime-profiling feature "jitdump" (*)
│ │ │ │ └── wasmtime-profiling feature "scroll"
│ │ │ │ └── wasmtime-profiling feature "jitdump" (*)
│ │ │ └── wasmtime-runtime v0.14.0 (/home/alex/code/wasmtime/crates/runtime)
│ │ │ └── wasmtime-runtime feature "default"
│ │ │ ├── wasmtime v0.14.0 (/home/alex/code/wasmtime/crates/api) (*)
│ │ │ ├── wasmtime-jit v0.14.0 (/home/alex/code/wasmtime/crates/jit) (*)
│ │ │ └── wasmtime-profiling v0.14.0 (/home/alex/code/wasmtime/crates/profiling) (*)
│ │ │ [dev-dependencies]
│ │ │ └── wasmtime v0.14.0 (/home/alex/code/wasmtime/crates/api) (*)
│ │ ├── env_logger feature "default" (*)
│ │ ├── env_logger feature "humantime"
│ │ │ └── env_logger feature "default" (*)
│ │ ├── env_logger feature "regex"
│ │ │ └── env_logger feature "default" (*)
│ │ └── env_logger feature "termcolor"
│ │ └── env_logger feature "default" (*)
│ └── env_logger v0.7.1
│ ├── env_logger feature "atty"
│ │ └── env_logger feature "default"
│ │ └── pretty_env_logger v0.4.0
│ │ └── pretty_env_logger feature "default"
│ │ [dev-dependencies]
│ │ └── wasmtime v0.14.0 (/home/alex/code/wasmtime/crates/api) (*)
│ ├── env_logger feature "default" (*)
│ ├── env_logger feature "humantime"
│ │ └── env_logger feature "default" (*)
│ ├── env_logger feature "regex"
│ │ └── env_logger feature "default" (*)
│ └── env_logger feature "termcolor"
│ └── env_logger feature "default" (*)
├── regex feature "default" (*)
├── regex feature "memchr"
│ └── regex feature "perf-literal" (*)
├── regex feature "perf" (*)
├── regex feature "perf-cache"
│ └── regex feature "perf" (*)
├── regex feature "perf-dfa"
│ └── regex feature "perf" (*)
├── regex feature "perf-inline"
│ └── regex feature "perf" (*)
├── regex feature "perf-literal" (*)
├── regex feature "std"
│ └── regex feature "default" (*)
├── regex feature "thread_local"
│ └── regex feature "perf-cache" (*)
├── regex feature "unicode"
│ └── regex feature "default" (*)
├── regex feature "unicode-age"
│ └── regex feature "unicode" (*)
├── regex feature "unicode-bool"
│ └── regex feature "unicode" (*)
├── regex feature "unicode-case"
│ └── regex feature "unicode" (*)
├── regex feature "unicode-gencat"
│ └── regex feature "unicode" (*)
├── regex feature "unicode-perl"
│ └── regex feature "unicode" (*)
├── regex feature "unicode-script"
│ └── regex feature "unicode" (*)
└── regex feature "unicode-segment"
└── regex feature "unicode" (*)
├── regex-syntax feature "unicode-age"
│ └── regex feature "unicode-age" (*)
├── regex-syntax feature "unicode-bool"
│ └── regex feature "unicode-bool" (*)
├── regex-syntax feature "unicode-case"
│ └── regex feature "unicode-case" (*)
├── regex-syntax feature "unicode-gencat"
│ └── regex feature "unicode-gencat" (*)
├── regex-syntax feature "unicode-perl"
│ └── regex feature "unicode-perl" (*)
├── regex-syntax feature "unicode-script"
│ └── regex feature "unicode-script" (*)
└── regex-syntax feature "unicode-segment"
└── regex feature "unicode-segment" (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment