fixtures/large/hakari/metadata_libra_f0091a4-0.toml (137 lines of code) (raw):

# This file is @generated. To regenerate, run: # cargo run -p fixture-manager -- generate-hakari --fixture metadata_libra_f0091a4 ### BEGIN HAKARI SECTION # resolver = 'install' # unify-target-host = 'none' # output-single-feature = false # dep-format-version = '2' # platforms = ['powerpc-unknown-netbsd', 'thumbv7a-pc-windows-msvc'] # [[traversal-excludes.ids]] # name = 'arrayref' # version = '0.3.6' # crates-io = true # # [[traversal-excludes.ids]] # name = 'futures-task' # version = '0.3.4' # crates-io = true # # [[traversal-excludes.ids]] # name = 'h2' # version = '0.2.1' # crates-io = true # # [[traversal-excludes.ids]] # name = 'pin-utils' # version = '0.1.0-alpha.4' # crates-io = true # # [[traversal-excludes.ids]] # name = 'prost-types' # version = '0.6.1' # crates-io = true # # [[traversal-excludes.ids]] # name = 'security-framework' # version = '0.3.4' # crates-io = true # [[final-excludes.ids]] # name = 'gcc' # version = '0.3.55' # crates-io = true # # [[final-excludes.ids]] # name = 'ppv-lite86' # version = '0.2.6' # crates-io = true # # [[final-excludes.ids]] # name = 'ring' # version = '0.16.11' # crates-io = true # # [[final-excludes.ids]] # name = 'tokio-io' # version = '0.1.13' # crates-io = true # # [[final-excludes.ids]] # name = 'winapi' # version = '0.2.8' # crates-io = true # # [[final-excludes.ids]] # name = 'winapi-i686-pc-windows-gnu' # version = '0.4.0' # 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.4", default-features = false, features = ["either"] } 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"] } failure = { version = "0.1", features = ["backtrace", "derive", "failure_derive", "std"] } futures = { version = "0.3", features = ["alloc", "async-await", "compat", "executor", "futures-executor", "io-compat", "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-util = { version = "0.3", features = ["alloc", "async-await", "async-await-macro", "channel", "compat", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "proc-macro-hack", "proc-macro-nested", "sink", "slab", "std", "tokio-io"] } getrandom = { version = "0.1", default-features = false, features = ["std"] } itoa = { version = "0.4", features = ["std"] } libc = { version = "0.2", features = ["extra_traits", "std"] } log = { version = "0.4", default-features = false, features = ["std"] } memchr = { version = "2", features = ["libc", "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"] } 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 = { version = "0.3", default-features = false, features = ["alloc", "std"] } 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", "blocking", "hyper-rustls", "json", "rustls", "rustls-tls", "serde_json", "tokio-rustls", "webpki-roots"] } rustls = { version = "0.16", features = ["dangerous_configuration", "log", "logging"] } rusty-fork = { version = "0.2", features = ["timeout", "wait-timeout"] } serde = { version = "1", features = ["derive", "rc", "serde_derive", "std"] } sha2 = { version = "0.8", features = ["std"] } sha3 = { version = "0.8", features = ["std"] } slog = { version = "2", features = ["max_level_debug", "max_level_trace", "release_max_level_debug", "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", "winapi"] } 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"] } zeroize = { version = "1", default-features = false, features = ["alloc", "zeroize_derive"] } [build-dependencies] byteorder = { version = "1", features = ["i128", "std"] } cc = { version = "1", default-features = false, features = ["jobserver", "parallel"] } clap = { version = "2", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "vec_map"] } digest = { version = "0.8", default-features = false, features = ["std"] } either = { version = "1", features = ["use_std"] } getrandom = { version = "0.1", default-features = false, features = ["std"] } libc = { version = "0.2", features = ["extra_traits", "std"] } log = { version = "0.4", default-features = false, features = ["std"] } memchr = { version = "2", features = ["std", "use_std"] } petgraph = { version = "0.5", features = ["graphmap", "matrix_graph", "stable_graph"] } proc-macro2 = { version = "0.4", features = ["proc-macro"] } quote = { version = "0.6", features = ["proc-macro"] } rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] } rand_core = { version = "0.3", default-features = false, features = ["alloc", "std"] } regex-syntax = { version = "0.6", default-features = false, features = ["unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } serde = { version = "1", features = ["derive", "rc", "serde_derive", "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"] } toml = { version = "0.5" } [target.powerpc-unknown-netbsd.dependencies] hyper = { version = "0.13", features = ["net2", "runtime", "stream", "tcp"] } [target.thumbv7a-pc-windows-msvc.dependencies] hyper = { version = "0.13", features = ["net2", "runtime", "stream", "tcp"] } 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.thumbv7a-pc-windows-msvc.build-dependencies] 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"] } ### END HAKARI SECTION # This part of the file should be preserved at the end.