fixtures/guppy/hakari/metadata_guppy_78cb7e8-1.toml (67 lines of code) (raw):

# This file is @generated. To regenerate, run: # cargo run -p fixture-manager -- generate-hakari --fixture metadata_guppy_78cb7e8 ### BEGIN HAKARI SECTION # resolver = '1' # unify-target-host = 'none' # output-single-feature = false # dep-format-version = '2' # platforms = ['powerpc64-unknown-freebsd', 'riscv64gc-unknown-none-elf', 'mipsisa32r6el-unknown-linux-gnu'] # [[traversal-excludes.ids]] # name = 'pathdiff' # version = '0.2.0' # crates-io = true # # [[traversal-excludes.ids]] # name = 'rand_xoshiro' # version = '0.4.0' # crates-io = true # [[final-excludes.ids]] # name = 'dialoguer' # version = '0.6.2' # crates-io = true # # [[final-excludes.ids]] # name = 'flate2' # version = '1.0.18' # crates-io = true # # [[final-excludes.ids]] # name = 'proptest-derive' # version = '0.2.0' # crates-io = true # # [[final-excludes.ids]] # name = 'unicode-width' # version = '0.1.8' # crates-io = true # # [[final-excludes.ids]] # name = 'wasi' # version = '0.9.0+wasi-snapshot-preview1' # crates-io = true [dependencies] bstr = { version = "0.2", features = ["lazy_static", "regex-automata", "serde", "serde1", "serde1-nostd", "std", "unicode"] } byteorder = { version = "1", default-features = false, features = ["std"] } clap = { version = "2", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "vec_map"] } either = { version = "1", features = ["use_std"] } itoa = { version = "0.4", features = ["std"] } memchr = { version = "2", features = ["std", "use_std"] } num-traits = { version = "0.2", features = ["std"] } regex = { version = "1", features = ["aho-corasick", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "thread_local", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } regex-syntax = { version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } serde = { version = "1", features = ["derive", "serde_derive", "std"] } serde_json = { version = "1", features = ["raw_value", "std"] } [build-dependencies] proc-macro2 = { version = "1", features = ["proc-macro"] } quote = { version = "1", features = ["proc-macro"] } syn = { version = "1", features = ["clone-impls", "derive", "full", "parsing", "printing", "proc-macro", "quote", "visit"] } [target.powerpc64-unknown-freebsd.dependencies] libc = { version = "0.2", features = ["std"] } [target.powerpc64-unknown-freebsd.build-dependencies] libc = { version = "0.2", features = ["std"] } [target.mipsisa32r6el-unknown-linux-gnu.dependencies] libc = { version = "0.2", features = ["std"] } [target.mipsisa32r6el-unknown-linux-gnu.build-dependencies] libc = { version = "0.2", features = ["std"] } ### END HAKARI SECTION # This part of the file should be preserved at the end.