| [package] | |
| name = "std" | |
| version = "0.1.0" | |
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | |
| edition = "2018" | |
| [dependencies] | |
| registry-dep-using-alloc = { version = "*", features = ['mockbuild'] } | |
| dep_test = { path = "../../dep_test" } | |
| [features] | |
| feature1 = [] |