fixtures/guppy/hakari/metadata_guppy_869476c-0.toml (66 lines of code) (raw):

# This file is @generated. To regenerate, run: # cargo run -p fixture-manager -- generate-hakari --fixture metadata_guppy_869476c ### BEGIN HAKARI SECTION # resolver = 'install' # unify-target-host = 'none' # output-single-feature = false # dep-format-version = '2' # platforms = ['x86_64-wrs-vxworks', 'aarch64_be-unknown-linux-gnu_ilp32'] # [[traversal-excludes.ids]] # name = 'bit-set' # version = '0.5.2' # crates-io = true # # [[traversal-excludes.ids]] # name = 'fixtures' # version = '0.1.0' # workspace-path = 'fixtures' # # [[traversal-excludes.ids]] # name = 'hex' # version = '0.3.2' # crates-io = true # # [[traversal-excludes.ids]] # name = 'libgit2-sys' # version = '0.12.13+1.0.1' # crates-io = true # # [[traversal-excludes.ids]] # name = 'serde' # version = '1.0.116' # crates-io = true # [[final-excludes.ids]] # name = 'fixtures' # version = '0.1.0' # workspace-path = 'fixtures' # # [[final-excludes.ids]] # name = 'quote' # version = '1.0.7' # crates-io = true # # [[final-excludes.ids]] # name = 'rand_xoshiro' # version = '0.4.0' # 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_json = { version = "1", features = ["raw_value", "std"] } [build-dependencies] proc-macro2 = { version = "1", features = ["proc-macro"] } syn = { version = "1", features = ["clone-impls", "derive", "full", "parsing", "printing", "proc-macro", "quote", "visit"] } [target.x86_64-wrs-vxworks.dependencies] libc = { version = "0.2", features = ["std"] } [target.aarch64_be-unknown-linux-gnu_ilp32.dependencies] libc = { version = "0.2", features = ["std"] } ### END HAKARI SECTION # This part of the file should be preserved at the end.