fixtures/large/hakari/metadata_libra_9ffd93b-0.toml (186 lines of code) (raw):
# This file is @generated. To regenerate, run:
# cargo run -p fixture-manager -- generate-hakari --fixture metadata_libra_9ffd93b
### BEGIN HAKARI SECTION
# resolver = '2'
# unify-target-host = 'auto'
# output-single-feature = false
# dep-format-version = '2'
# platforms = ['aarch64-pc-windows-msvc', 'x86_64-fuchsia']
# [[traversal-excludes.ids]]
# name = 'criterion-plot'
# version = '0.4.1'
# crates-io = true
#
# [[traversal-excludes.ids]]
# name = 'crossbeam-epoch'
# version = '0.8.2'
# crates-io = true
#
# [[traversal-excludes.ids]]
# name = 'num-complex'
# version = '0.2.4'
# crates-io = true
#
# [[traversal-excludes.ids]]
# name = 'prettytable-rs'
# version = '0.8.0'
# crates-io = true
#
# [[traversal-excludes.ids]]
# name = 'rand04'
# version = '0.1.1'
# crates-io = true
#
# [[traversal-excludes.ids]]
# name = 'tokio-util'
# version = '0.3.0'
# crates-io = true
#
# [[traversal-excludes.ids]]
# name = 'utf8parse'
# version = '0.1.1'
# crates-io = true
# [[final-excludes.ids]]
# name = 'dirs'
# version = '1.0.5'
# crates-io = true
#
# [[final-excludes.ids]]
# name = 'futures'
# version = '0.3.4'
# crates-io = true
#
# [[final-excludes.ids]]
# name = 'miow'
# version = '0.2.1'
# crates-io = true
#
# [[final-excludes.ids]]
# name = 'move-vm-runtime'
# version = '0.1.0'
# workspace-path = 'language/move-vm/runtime'
#
# [[final-excludes.ids]]
# name = 'static_assertions'
# version = '1.1.0'
# crates-io = true
#
# [[final-excludes.ids]]
# name = 'tokio'
# version = '0.1.22'
# crates-io = true
[dependencies]
backtrace = { version = "0.3", features = ["backtrace-sys", "dbghelp", "dladdr", "libbacktrace", "libunwind", "serde", "serialize-serde", "std"] }
byteorder = { version = "1", features = ["i128", "std"] }
bytes = { version = "0.5", features = ["serde", "std"] }
chrono = { version = "0.4", features = ["clock", "serde", "std", "time"] }
clap = { version = "2", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "vec_map"] }
curve25519-dalek = { git = "https://github.com/calibra/curve25519-dalek.git", branch = "fiat", default-features = false, features = ["alloc", "curve25519-fiat", "fiat_u64_backend", "std", "u64_backend"] }
digest = { version = "0.8", default-features = false, features = ["std"] }
ed25519-dalek = { git = "https://github.com/calibra/ed25519-dalek.git", branch = "fiat", default-features = false, features = ["fiat_u64_backend", "serde", "std", "u64_backend"] }
either = { version = "1", features = ["use_std"] }
env_logger = { version = "0.7", features = ["atty", "humantime", "regex", "termcolor"] }
failure = { version = "0.1", features = ["backtrace", "derive", "failure_derive", "std"] }
futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] }
futures-core = { version = "0.3", features = ["alloc", "std"] }
futures-sink = { version = "0.3", features = ["alloc", "std"] }
futures-task = { version = "0.3", default-features = false, features = ["alloc", "std"] }
futures-util = { version = "0.3", features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] }
getrandom = { version = "0.1", default-features = false, features = ["std"] }
itertools-c38e5c1d305a1b54 = { package = "itertools", version = "0.8", features = ["use_std"] }
itertools-274715c4dabd11b0 = { package = "itertools", version = "0.9", features = ["use_std"] }
itoa = { version = "0.4", features = ["std"] }
libc = { version = "0.2", features = ["std"] }
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
memchr = { version = "2", features = ["std", "use_std"] }
num-integer = { version = "0.1", default-features = false, features = ["std"] }
num-traits = { version = "0.2", features = ["std"] }
petgraph = { version = "0.5", features = ["graphmap", "matrix_graph", "stable_graph"] }
proptest = { version = "0.9", features = ["bit-set", "break-dead-code", "fork", "lazy_static", "quick-error", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout"] }
rand-3b31131e45eafb45 = { package = "rand", version = "0.6", features = ["alloc", "i128_support", "rand_os", "std"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] }
rand_core-468e82937335b1c9 = { package = "rand_core", version = "0.3", default-features = false, features = ["alloc", "std"] }
rand_core-9fbad63c4bcf4a8f = { package = "rand_core", version = "0.4", default-features = false, features = ["alloc", "std"] }
rand_jitter = { version = "0.1", default-features = false, 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"] }
reqwest = { version = "0.10", default-features = false, features = ["__tls", "async-compression", "blocking", "default-tls", "gzip", "hyper-rustls", "hyper-tls", "json", "native-tls", "native-tls-crate", "rustls", "rustls-tls", "serde_json", "stream", "tokio-rustls", "tokio-tls", "webpki-roots"] }
ring = { version = "0.16", features = ["alloc", "dev_urandom_fallback", "lazy_static", "std"] }
rusty-fork = { version = "0.2", features = ["timeout", "wait-timeout"] }
serde = { version = "1", features = ["derive", "rc", "serde_derive", "std"] }
sha-1 = { version = "0.8", features = ["std"] }
sha2 = { version = "0.8", features = ["std"] }
sha3 = { version = "0.8", features = ["std"] }
subtle = { version = "2", features = ["i128", "std"] }
tokio = { version = "0.2", features = ["blocking", "dns", "fnv", "fs", "full", "futures-core", "io-driver", "io-std", "io-util", "iovec", "lazy_static", "libc", "macros", "memchr", "mio", "mio-named-pipes", "mio-uds", "net", "num_cpus", "process", "rt-core", "rt-threaded", "rt-util", "signal", "signal-hook-registry", "slab", "stream", "sync", "tcp", "time", "tokio-macros", "udp", "uds"] }
toml = { version = "0.5" }
ureq = { version = "0.11", features = ["cookie", "cookies", "json", "rustls", "serde_json", "tls", "webpki", "webpki-roots"] }
x25519-dalek = { git = "https://github.com/calibra/x25519-dalek.git", branch = "fiat", default-features = false, features = ["fiat_u64_backend", "std", "u64_backend"] }
[build-dependencies]
backtrace = { version = "0.3", features = ["backtrace-sys", "dbghelp", "dladdr", "libbacktrace", "libunwind", "serde", "serialize-serde", "std"] }
byteorder = { version = "1", features = ["i128", "std"] }
bytes = { version = "0.5", features = ["serde", "std"] }
cc = { version = "1", default-features = false, features = ["jobserver", "parallel"] }
chrono = { version = "0.4", features = ["clock", "serde", "std", "time"] }
clap = { version = "2", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "vec_map"] }
curve25519-dalek = { git = "https://github.com/calibra/curve25519-dalek.git", branch = "fiat", default-features = false, features = ["alloc", "curve25519-fiat", "fiat_u64_backend", "std", "u64_backend"] }
digest = { version = "0.8", default-features = false, features = ["std"] }
ed25519-dalek = { git = "https://github.com/calibra/ed25519-dalek.git", branch = "fiat", default-features = false, features = ["fiat_u64_backend", "serde", "std", "u64_backend"] }
either = { version = "1", features = ["use_std"] }
env_logger = { version = "0.7", features = ["atty", "humantime", "regex", "termcolor"] }
failure = { version = "0.1", features = ["backtrace", "derive", "failure_derive", "std"] }
futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] }
futures-core = { version = "0.3", features = ["alloc", "std"] }
futures-sink = { version = "0.3", features = ["alloc", "std"] }
futures-task = { version = "0.3", default-features = false, features = ["alloc", "std"] }
futures-util = { version = "0.3", features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std"] }
getrandom = { version = "0.1", default-features = false, features = ["std"] }
itertools-c38e5c1d305a1b54 = { package = "itertools", version = "0.8", features = ["use_std"] }
itertools-274715c4dabd11b0 = { package = "itertools", version = "0.9", features = ["use_std"] }
itoa = { version = "0.4", features = ["std"] }
libc = { version = "0.2", features = ["std"] }
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
memchr = { version = "2", features = ["std", "use_std"] }
num-integer = { version = "0.1", default-features = false, features = ["std"] }
num-traits = { version = "0.2", features = ["std"] }
petgraph = { version = "0.5", features = ["graphmap", "matrix_graph", "stable_graph"] }
proc-macro2 = { version = "0.4", features = ["proc-macro"] }
proptest = { version = "0.9", features = ["bit-set", "break-dead-code", "fork", "lazy_static", "quick-error", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout"] }
quote = { version = "0.6", features = ["proc-macro"] }
rand-3b31131e45eafb45 = { package = "rand", version = "0.6", features = ["alloc", "i128_support", "rand_os", "std"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] }
rand_core-468e82937335b1c9 = { package = "rand_core", version = "0.3", default-features = false, features = ["alloc", "std"] }
rand_core-9fbad63c4bcf4a8f = { package = "rand_core", version = "0.4", default-features = false, features = ["alloc", "std"] }
rand_jitter = { version = "0.1", default-features = false, 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"] }
reqwest = { version = "0.10", default-features = false, features = ["__tls", "async-compression", "blocking", "default-tls", "gzip", "hyper-rustls", "hyper-tls", "json", "native-tls", "native-tls-crate", "rustls", "rustls-tls", "serde_json", "stream", "tokio-rustls", "tokio-tls", "webpki-roots"] }
ring = { version = "0.16", features = ["alloc", "dev_urandom_fallback", "lazy_static", "std"] }
rusty-fork = { version = "0.2", features = ["timeout", "wait-timeout"] }
serde = { version = "1", features = ["derive", "rc", "serde_derive", "std"] }
sha-1 = { version = "0.8", features = ["std"] }
sha2 = { version = "0.8", features = ["std"] }
sha3 = { version = "0.8", features = ["std"] }
subtle = { version = "2", features = ["i128", "std"] }
syn-3575ec1268b04181 = { package = "syn", version = "0.15", features = ["clone-impls", "derive", "extra-traits", "full", "parsing", "printing", "proc-macro", "quote", "visit"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] }
tokio = { version = "0.2", features = ["blocking", "dns", "fnv", "fs", "full", "futures-core", "io-driver", "io-std", "io-util", "iovec", "lazy_static", "libc", "macros", "memchr", "mio", "mio-named-pipes", "mio-uds", "net", "num_cpus", "process", "rt-core", "rt-threaded", "rt-util", "signal", "signal-hook-registry", "slab", "stream", "sync", "tcp", "time", "tokio-macros", "udp", "uds"] }
toml = { version = "0.5" }
ureq = { version = "0.11", features = ["cookie", "cookies", "json", "rustls", "serde_json", "tls", "webpki", "webpki-roots"] }
x25519-dalek = { git = "https://github.com/calibra/x25519-dalek.git", branch = "fiat", default-features = false, features = ["fiat_u64_backend", "std", "u64_backend"] }
[target.aarch64-pc-windows-msvc.dependencies]
hyper = { version = "0.13", features = ["net2", "runtime", "stream", "tcp"] }
tokio = { version = "0.2", default-features = false, features = ["winapi"] }
winapi = { version = "0.3", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "ioapiset", "knownfolders", "libloaderapi", "lmcons", "memoryapi", "minschannel", "minwinbase", "minwindef", "namedpipeapi", "ntdef", "ntsecapi", "ntstatus", "objbase", "processenv", "processthreadsapi", "profileapi", "schannel", "securitybaseapi", "shlobj", "sspi", "std", "synchapi", "sysinfoapi", "threadpoollegacyapiset", "timezoneapi", "winbase", "wincon", "wincrypt", "winerror", "winnt", "winreg", "winsock2", "winuser", "ws2def", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
[target.aarch64-pc-windows-msvc.build-dependencies]
hyper = { version = "0.13", features = ["net2", "runtime", "stream", "tcp"] }
tokio = { version = "0.2", default-features = false, features = ["winapi"] }
winapi = { version = "0.3", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "ioapiset", "knownfolders", "libloaderapi", "lmcons", "memoryapi", "minschannel", "minwinbase", "minwindef", "namedpipeapi", "ntdef", "ntsecapi", "ntstatus", "objbase", "processenv", "processthreadsapi", "profileapi", "schannel", "securitybaseapi", "shlobj", "sspi", "std", "synchapi", "sysinfoapi", "threadpoollegacyapiset", "timezoneapi", "winbase", "wincon", "wincrypt", "winerror", "winnt", "winreg", "winsock2", "winuser", "ws2def", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
[target.x86_64-fuchsia.dependencies]
hyper = { version = "0.13", features = ["net2", "runtime", "stream", "tcp"] }
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
[target.x86_64-fuchsia.build-dependencies]
hyper = { version = "0.13", features = ["net2", "runtime", "stream", "tcp"] }
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
### END HAKARI SECTION
# This part of the file should be preserved at the end.