fixtures/small/hakari/metadata_alternate_registries-1.toml (46 lines of code) (raw):
# This file is @generated. To regenerate, run:
# cargo run -p fixture-manager -- generate-hakari --fixture metadata_alternate_registries
### BEGIN HAKARI SECTION
# resolver = '2'
# unify-target-host = 'unify-if-both'
# output-single-feature = true
# dep-format-version = '2'
# platforms = ['i686-uwp-windows-gnu', 'armebv7r-none-eabi']
#
# [traversal-excludes]
# [[final-excludes.ids]]
# name = 'proc-macro2'
# version = '1.0.29'
# source = 'registry+https://github.com/fakeorg/crates.io-index'
#
# [[final-excludes.ids]]
# name = 'quote'
# version = '1.0.10'
# source = 'registry+https://github.com/fakeorg/crates.io-index'
#
# [[final-excludes.ids]]
# name = 'ryu'
# version = '1.0.5'
# crates-io = true
#
# [[final-excludes.ids]]
# name = 'serde_derive'
# version = '1.0.130'
# source = 'registry+https://github.com/fakeorg/crates.io-index'
#
# [[final-excludes.ids]]
# name = 'unicode-xid'
# version = '0.2.2'
# source = 'registry+https://github.com/fakeorg/crates.io-index'
# [registries.my-registry]
# index = 'https://github.com/fakeorg/crates.io-index'
[dependencies]
itoa = { version = "0.4", default-features = false }
serde-e7e45184a9cd0878 = { package = "serde", version = "1", registry = "my-registry", default-features = false, features = ["derive", "serde_derive"] }
serde-dff4ba8e3ae991db = { package = "serde", version = "1", default-features = false, features = ["std"] }
serde_json = { version = "1", features = ["std"] }
unicode-xid = { version = "0.2" }
[build-dependencies]
syn = { version = "1", registry = "my-registry", features = ["clone-impls", "derive", "parsing", "printing", "proc-macro", "quote"] }
### END HAKARI SECTION
# This part of the file should be preserved at the end.