{
"schema_version": 2,
"cargo_lock_sha256": "911e20bdf595100acdc80f041a9f17f5d2b9f33ed6c55a8b7e076a86ac04b2d8",
"manifest_sha256": {
"Cargo.toml": "56f3514fcdca6068dcc4ccfe37949d11a70c151d485d4b380d4ce073a6ba02bb"
},
"target_resolves": {
"base": {
"aho-corasick-1.1.5": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"std"
]
},
"anstream-1.0.0": {
"runtime_dependencies": [
{
"name": "anstyle",
"package_key": "anstyle-1.0.14",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "anstyle_parse",
"package_key": "anstyle-parse-1.0.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "anstyle_query",
"package_key": "anstyle-query-1.1.5",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "colorchoice",
"package_key": "colorchoice-1.0.5",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "is_terminal_polyfill",
"package_key": "is_terminal_polyfill-1.70.2",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "utf8parse",
"package_key": "utf8parse-0.2.2",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"auto",
"default",
"wincon"
]
},
"anstyle-1.0.14": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"anstyle-parse-1.0.0": {
"runtime_dependencies": [
{
"name": "utf8parse",
"package_key": "utf8parse-0.2.2",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"utf8"
]
},
"anstyle-query-1.1.5": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"anyhow-1.0.104": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"bitflags-2.13.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"std"
]
},
"bytes-1.12.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"cfg-if-1.0.4": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"clap-4.6.6": {
"runtime_dependencies": [
{
"name": "clap_builder",
"package_key": "clap_builder-4.6.6",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "clap_derive",
"package_key": "clap_derive-4.6.4",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "host"
}
],
"build_dependencies": [],
"features": [
"color",
"default",
"derive",
"error-context",
"help",
"std",
"suggestions",
"usage"
]
},
"clap_builder-4.6.6": {
"runtime_dependencies": [
{
"name": "anstream",
"package_key": "anstream-1.0.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "anstyle",
"package_key": "anstyle-1.0.14",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "clap_lex",
"package_key": "clap_lex-1.1.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "strsim",
"package_key": "strsim-0.11.1",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"color",
"error-context",
"help",
"std",
"suggestions",
"usage"
]
},
"clap_derive-4.6.4": {
"runtime_dependencies": [
{
"name": "heck",
"package_key": "heck-0.5.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "quote",
"package_key": "quote-1.0.47",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "syn",
"package_key": "syn-3.0.3",
"kind": "normal",
"features": [
"full"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default"
]
},
"clap_lex-1.1.0": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"colorchoice-1.0.5": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"colored-3.1.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"either-1.17.0": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"env_home-0.1.0": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"equivalent-1.0.2": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"errno-0.3.14": {
"runtime_dependencies": [
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(target_os = \"hermit\")",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(target_os = \"wasi\")",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(unix)",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"forge-gen-0.1.3": {
"runtime_dependencies": [
{
"name": "anyhow",
"package_key": "anyhow-1.0.104",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "clap",
"package_key": "clap-4.6.6",
"kind": "normal",
"features": [
"derive"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "colored",
"package_key": "colored-3.1.1",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "glob",
"package_key": "glob-0.3.4",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [
"derive"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde_json",
"package_key": "serde_json-1.0.151",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde_yaml",
"package_key": "serde_yaml-0.9.34+deprecated",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "thiserror",
"package_key": "thiserror-2.0.20",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "tokio",
"package_key": "tokio-1.53.1",
"kind": "normal",
"features": [
"macros",
"process",
"rt-multi-thread"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "toml",
"package_key": "toml-0.8.23",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "tracing",
"package_key": "tracing-0.1.44",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "tracing_subscriber",
"package_key": "tracing-subscriber-0.3.23",
"kind": "normal",
"features": [
"env-filter",
"json"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "which",
"package_key": "which-7.0.3",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"glob-0.3.4": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"hashbrown-0.17.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"heck-0.5.0": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"indexmap-2.14.0": {
"runtime_dependencies": [
{
"name": "equivalent",
"package_key": "equivalent-1.0.2",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "hashbrown",
"package_key": "hashbrown-0.17.1",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"is_terminal_polyfill-1.70.2": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default"
]
},
"itoa-1.0.18": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"lazy_static-1.5.0": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"libc-0.2.189": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"log-0.4.33": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"std"
]
},
"matchers-0.2.0": {
"runtime_dependencies": [
{
"name": "regex_automata",
"package_key": "regex-automata-0.4.18",
"kind": "normal",
"features": [
"dfa-build",
"dfa-search",
"syntax"
],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"memchr-2.8.3": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"alloc",
"std"
]
},
"mio-1.2.2": {
"runtime_dependencies": [
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": "cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"net",
"os-ext",
"os-poll"
]
},
"nu-ansi-term-0.50.3": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"once_cell-1.21.4": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"alloc",
"default",
"race",
"std"
]
},
"pin-project-lite-0.2.17": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"proc-macro2-1.0.107": {
"runtime_dependencies": [
{
"name": "unicode_ident",
"package_key": "unicode-ident-1.0.24",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"proc-macro"
]
},
"quote-1.0.47": {
"runtime_dependencies": [
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"proc-macro"
]
},
"regex-automata-0.4.18": {
"runtime_dependencies": [
{
"name": "regex_syntax",
"package_key": "regex-syntax-0.8.11",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"dfa-build",
"dfa-search",
"nfa-thompson",
"std",
"syntax"
]
},
"regex-syntax-0.8.11": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"std"
]
},
"ryu-1.0.23": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"serde-1.0.229": {
"runtime_dependencies": [
{
"name": "serde_core",
"package_key": "serde_core-1.0.229",
"kind": "normal",
"features": [
"result"
],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde_derive",
"package_key": "serde_derive-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "host"
}
],
"build_dependencies": [],
"features": [
"default",
"derive",
"serde_derive",
"std"
]
},
"serde_core-1.0.229": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"result",
"std"
]
},
"serde_derive-1.0.229": {
"runtime_dependencies": [
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [
"proc-macro"
],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "quote",
"package_key": "quote-1.0.47",
"kind": "normal",
"features": [
"proc-macro"
],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "syn",
"package_key": "syn-3.0.3",
"kind": "normal",
"features": [
"clone-impls",
"derive",
"parsing",
"printing",
"proc-macro"
],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default"
]
},
"serde_json-1.0.151": {
"runtime_dependencies": [
{
"name": "itoa",
"package_key": "itoa-1.0.18",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "memchr",
"package_key": "memchr-2.8.3",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde_core",
"package_key": "serde_core-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "zmij",
"package_key": "zmij-1.0.23",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"serde_spanned-0.6.9": {
"runtime_dependencies": [
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"serde"
]
},
"serde_yaml-0.9.34+deprecated": {
"runtime_dependencies": [
{
"name": "indexmap",
"package_key": "indexmap-2.14.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "itoa",
"package_key": "itoa-1.0.18",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "ryu",
"package_key": "ryu-1.0.23",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "unsafe_libyaml",
"package_key": "unsafe-libyaml-0.2.11",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"sharded-slab-0.1.7": {
"runtime_dependencies": [
{
"name": "lazy_static",
"package_key": "lazy_static-1.5.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"signal-hook-registry-1.4.8": {
"runtime_dependencies": [
{
"name": "errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"smallvec-1.15.2": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"strsim-0.11.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"syn-2.0.119": {
"runtime_dependencies": [
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "quote",
"package_key": "quote-1.0.47",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "unicode_ident",
"package_key": "unicode-ident-1.0.24",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"clone-impls",
"extra-traits",
"full",
"parsing",
"printing",
"proc-macro",
"visit-mut"
]
},
"syn-3.0.3": {
"runtime_dependencies": [
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "quote",
"package_key": "quote-1.0.47",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "unicode_ident",
"package_key": "unicode-ident-1.0.24",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"clone-impls",
"default",
"derive",
"full",
"parsing",
"printing",
"proc-macro"
]
},
"thiserror-2.0.20": {
"runtime_dependencies": [
{
"name": "thiserror_impl",
"package_key": "thiserror-impl-2.0.20",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "host"
}
],
"build_dependencies": [],
"features": [
"default",
"std"
]
},
"thiserror-impl-2.0.20": {
"runtime_dependencies": [
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "quote",
"package_key": "quote-1.0.47",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "syn",
"package_key": "syn-3.0.3",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"thread_local-1.1.10": {
"runtime_dependencies": [
{
"name": "cfg_if",
"package_key": "cfg-if-1.0.4",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"tokio-1.53.1": {
"runtime_dependencies": [
{
"name": "bytes",
"package_key": "bytes-1.12.1",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": "cfg(all(tokio_unstable, target_os = \"linux\"))",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": "cfg(target_os = \"wasi\")",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": "cfg(unix)",
"tree": "target"
},
{
"name": "mio",
"package_key": "mio-1.2.2",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "mio",
"package_key": "mio-1.2.2",
"kind": "normal",
"features": [
"os-ext",
"os-poll"
],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(tokio_unstable, target_os = \"linux\"))",
"tree": "target"
},
{
"name": "pin_project_lite",
"package_key": "pin-project-lite-0.2.17",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "signal_hook_registry",
"package_key": "signal-hook-registry-1.4.8",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": "cfg(unix)",
"tree": "target"
},
{
"name": "tokio_macros",
"package_key": "tokio-macros-2.7.2",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "host"
}
],
"build_dependencies": [],
"features": [
"bytes",
"default",
"libc",
"macros",
"mio",
"process",
"rt",
"rt-multi-thread",
"signal-hook-registry",
"tokio-macros",
"windows-sys"
]
},
"tokio-macros-2.7.2": {
"runtime_dependencies": [
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "quote",
"package_key": "quote-1.0.47",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "syn",
"package_key": "syn-3.0.3",
"kind": "normal",
"features": [
"full"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"toml-0.8.23": {
"runtime_dependencies": [
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde_spanned",
"package_key": "serde_spanned-0.6.9",
"kind": "normal",
"features": [
"serde"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "toml_datetime",
"package_key": "toml_datetime-0.6.11",
"kind": "normal",
"features": [
"serde"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "toml_edit",
"package_key": "toml_edit-0.22.27",
"kind": "normal",
"features": [
"serde"
],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"display",
"parse"
]
},
"toml_datetime-0.6.11": {
"runtime_dependencies": [
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"serde"
]
},
"toml_edit-0.22.27": {
"runtime_dependencies": [
{
"name": "indexmap",
"package_key": "indexmap-2.14.0",
"kind": "normal",
"features": [
"std"
],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "serde_spanned",
"package_key": "serde_spanned-0.6.9",
"kind": "normal",
"features": [
"serde"
],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "toml_datetime",
"package_key": "toml_datetime-0.6.11",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "toml_write",
"package_key": "toml_write-0.1.2",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "winnow",
"package_key": "winnow-0.7.15",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"display",
"parse",
"serde"
]
},
"toml_write-0.1.2": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"alloc",
"default",
"std"
]
},
"tracing-0.1.44": {
"runtime_dependencies": [
{
"name": "pin_project_lite",
"package_key": "pin-project-lite-0.2.17",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "tracing_attributes",
"package_key": "tracing-attributes-0.1.31",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "host"
},
{
"name": "tracing_core",
"package_key": "tracing-core-0.1.36",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"attributes",
"default",
"std",
"tracing-attributes"
]
},
"tracing-attributes-0.1.31": {
"runtime_dependencies": [
{
"name": "proc_macro2",
"package_key": "proc-macro2-1.0.107",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "quote",
"package_key": "quote-1.0.47",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "syn",
"package_key": "syn-2.0.119",
"kind": "normal",
"features": [
"clone-impls",
"extra-traits",
"full",
"parsing",
"printing",
"proc-macro",
"visit-mut"
],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"tracing-core-0.1.36": {
"runtime_dependencies": [
{
"name": "once_cell",
"package_key": "once_cell-1.21.4",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"default",
"once_cell",
"std"
]
},
"tracing-log-0.2.0": {
"runtime_dependencies": [
{
"name": "log",
"package_key": "log-0.4.33",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "once_cell",
"package_key": "once_cell-1.21.4",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "tracing_core",
"package_key": "tracing-core-0.1.36",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"log-tracer",
"std"
]
},
"tracing-serde-0.2.0": {
"runtime_dependencies": [
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "tracing_core",
"package_key": "tracing-core-0.1.36",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"tracing-subscriber-0.3.23": {
"runtime_dependencies": [
{
"name": "matchers",
"package_key": "matchers-0.2.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "nu_ansi_term",
"package_key": "nu-ansi-term-0.50.3",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "once_cell",
"package_key": "once_cell-1.21.4",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "regex_automata",
"package_key": "regex-automata-0.4.18",
"kind": "normal",
"features": [
"std"
],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "serde",
"package_key": "serde-1.0.229",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "serde_json",
"package_key": "serde_json-1.0.151",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "sharded_slab",
"package_key": "sharded-slab-0.1.7",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "smallvec",
"package_key": "smallvec-1.15.2",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "thread_local",
"package_key": "thread_local-1.1.10",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "tracing",
"package_key": "tracing-0.1.44",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "tracing_core",
"package_key": "tracing-core-0.1.36",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "tracing_log",
"package_key": "tracing-log-0.2.0",
"kind": "normal",
"features": [
"log-tracer",
"std"
],
"uses_default_features": false,
"optional": true,
"target": null,
"tree": "target"
},
{
"name": "tracing_serde",
"package_key": "tracing-serde-0.2.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": true,
"target": null,
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"ansi",
"default",
"env-filter",
"fmt",
"json",
"matchers",
"nu-ansi-term",
"once_cell",
"registry",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"std",
"thread_local",
"tracing",
"tracing-log",
"tracing-serde"
]
},
"unicode-ident-1.0.24": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"unsafe-libyaml-0.2.11": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
},
"utf8parse-0.2.2": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"default"
]
},
"which-7.0.3": {
"runtime_dependencies": [
{
"name": "either",
"package_key": "either-1.17.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "env_home",
"package_key": "env_home-0.1.0",
"kind": "normal",
"features": [],
"uses_default_features": true,
"optional": false,
"target": "cfg(any(windows, unix, target_os = \"redox\"))",
"tree": "target"
},
{
"name": "rustix",
"package_key": "rustix-1.1.4",
"kind": "normal",
"features": [
"fs",
"std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(any(unix, target_os = \"wasi\", target_os = \"redox\"))",
"tree": "target"
}
],
"build_dependencies": [],
"features": []
},
"winnow-0.7.15": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"alloc",
"default",
"std"
]
},
"zmij-1.0.23": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": []
}
},
"targets": {
"aarch64-apple-darwin": {
"overrides": {
"rustix-1.1.4": {
"runtime_dependencies": [
{
"name": "bitflags",
"package_key": "bitflags-2.13.1",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(windows)",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"fs",
"std"
]
}
}
},
"aarch64-unknown-linux-gnu": {
"overrides": {
"linux-raw-sys-0.12.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
]
},
"rustix-1.1.4": {
"runtime_dependencies": [
{
"name": "bitflags",
"package_key": "bitflags-2.13.1",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(windows)",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(any(target_os = \"linux\", target_os = \"android\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"fs",
"std"
]
}
}
},
"aarch64-unknown-linux-musl": {
"overrides": {
"linux-raw-sys-0.12.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
]
},
"rustix-1.1.4": {
"runtime_dependencies": [
{
"name": "bitflags",
"package_key": "bitflags-2.13.1",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(windows)",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(any(target_os = \"linux\", target_os = \"android\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"fs",
"std"
]
}
}
},
"x86_64-apple-darwin": {
"overrides": {
"rustix-1.1.4": {
"runtime_dependencies": [
{
"name": "bitflags",
"package_key": "bitflags-2.13.1",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(windows)",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"fs",
"std"
]
}
}
},
"x86_64-unknown-linux-gnu": {
"overrides": {
"linux-raw-sys-0.12.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
]
},
"rustix-1.1.4": {
"runtime_dependencies": [
{
"name": "bitflags",
"package_key": "bitflags-2.13.1",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(windows)",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(any(target_os = \"linux\", target_os = \"android\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"fs",
"std"
]
}
}
},
"x86_64-unknown-linux-musl": {
"overrides": {
"linux-raw-sys-0.12.1": {
"runtime_dependencies": [],
"build_dependencies": [],
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
]
},
"rustix-1.1.4": {
"runtime_dependencies": [
{
"name": "bitflags",
"package_key": "bitflags-2.13.1",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": null,
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "libc_errno",
"package_key": "errno-0.3.14",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(windows)",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": true,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
},
{
"name": "libc",
"package_key": "libc-0.2.189",
"kind": "normal",
"features": [],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(any(target_os = \"linux\", target_os = \"android\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))",
"tree": "target"
},
{
"name": "linux_raw_sys",
"package_key": "linux-raw-sys-0.12.1",
"kind": "normal",
"features": [
"auxvec",
"elf",
"errno",
"general",
"ioctl",
"no_std"
],
"uses_default_features": false,
"optional": false,
"target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))",
"tree": "target"
}
],
"build_dependencies": [],
"features": [
"alloc",
"fs",
"std"
]
}
}
}
}
},
"per_crate": {
"aho-corasick-1.1.5": {
"edition": "2021"
},
"anstream-1.0.0": {
"edition": "2021"
},
"anstyle-1.0.14": {
"edition": "2021"
},
"anstyle-parse-1.0.0": {
"edition": "2021"
},
"anstyle-query-1.1.5": {
"edition": "2021"
},
"anyhow-1.0.104": {
"edition": "2021",
"build_script": "build.rs"
},
"bitflags-2.13.1": {
"edition": "2021"
},
"bytes-1.12.1": {
"edition": "2021"
},
"cfg-if-1.0.4": {
"edition": "2018"
},
"clap-4.6.6": {
"edition": "2024",
"binaries": [
{
"name": "stdio-fixture",
"path": "src/bin/stdio-fixture.rs"
}
]
},
"clap_builder-4.6.6": {
"edition": "2024"
},
"clap_derive-4.6.4": {
"edition": "2024",
"proc_macro": true
},
"clap_lex-1.1.0": {
"edition": "2024"
},
"colorchoice-1.0.5": {
"edition": "2021"
},
"colored-3.1.1": {
"edition": "2021"
},
"either-1.17.0": {
"edition": "2021"
},
"env_home-0.1.0": {
"edition": "2015"
},
"equivalent-1.0.2": {
"edition": "2015"
},
"errno-0.3.14": {
"edition": "2018"
},
"forge-gen-0.1.3": {
"edition": "2024",
"binaries": [
{
"name": "forge-gen",
"path": "src/main.rs"
}
]
},
"glob-0.3.4": {
"edition": "2021"
},
"hashbrown-0.17.1": {
"edition": "2024"
},
"heck-0.5.0": {
"edition": "2021"
},
"indexmap-2.14.0": {
"edition": "2024"
},
"is_terminal_polyfill-1.70.2": {
"edition": "2021"
},
"itoa-1.0.18": {
"edition": "2021"
},
"lazy_static-1.5.0": {
"edition": "2015"
},
"libc-0.2.189": {
"edition": "2021",
"build_script": "build.rs"
},
"linux-raw-sys-0.12.1": {
"edition": "2021"
},
"log-0.4.33": {
"edition": "2021"
},
"matchers-0.2.0": {
"edition": "2018"
},
"memchr-2.8.3": {
"edition": "2021"
},
"mio-1.2.2": {
"edition": "2021"
},
"nu-ansi-term-0.50.3": {
"edition": "2021"
},
"once_cell-1.21.4": {
"edition": "2021"
},
"pin-project-lite-0.2.17": {
"edition": "2018"
},
"proc-macro2-1.0.107": {
"edition": "2021",
"build_script": "build.rs"
},
"quote-1.0.47": {
"edition": "2021",
"build_script": "build.rs"
},
"regex-automata-0.4.18": {
"edition": "2021"
},
"regex-syntax-0.8.11": {
"edition": "2021"
},
"rustix-1.1.4": {
"edition": "2021",
"build_script": "build.rs"
},
"ryu-1.0.23": {
"edition": "2021"
},
"serde-1.0.229": {
"edition": "2021",
"build_script": "build.rs"
},
"serde_core-1.0.229": {
"edition": "2021",
"build_script": "build.rs"
},
"serde_derive-1.0.229": {
"edition": "2021",
"proc_macro": true
},
"serde_json-1.0.151": {
"edition": "2021",
"build_script": "build.rs"
},
"serde_spanned-0.6.9": {
"edition": "2021"
},
"serde_yaml-0.9.34+deprecated": {
"edition": "2021"
},
"sharded-slab-0.1.7": {
"edition": "2018"
},
"signal-hook-registry-1.4.8": {
"edition": "2015"
},
"smallvec-1.15.2": {
"edition": "2018"
},
"strsim-0.11.1": {
"edition": "2015"
},
"syn-2.0.119": {
"edition": "2021"
},
"syn-3.0.3": {
"edition": "2021"
},
"thiserror-2.0.20": {
"edition": "2021",
"build_script": "build.rs"
},
"thiserror-impl-2.0.20": {
"edition": "2021",
"proc_macro": true
},
"thread_local-1.1.10": {
"edition": "2021"
},
"tokio-1.53.1": {
"edition": "2021"
},
"tokio-macros-2.7.2": {
"edition": "2021",
"proc_macro": true
},
"toml-0.8.23": {
"edition": "2021"
},
"toml_datetime-0.6.11": {
"edition": "2021"
},
"toml_edit-0.22.27": {
"edition": "2021"
},
"toml_write-0.1.2": {
"edition": "2021"
},
"tracing-0.1.44": {
"edition": "2018"
},
"tracing-attributes-0.1.31": {
"edition": "2018",
"proc_macro": true
},
"tracing-core-0.1.36": {
"edition": "2018"
},
"tracing-log-0.2.0": {
"edition": "2018"
},
"tracing-serde-0.2.0": {
"edition": "2018"
},
"tracing-subscriber-0.3.23": {
"edition": "2018"
},
"unicode-ident-1.0.24": {
"edition": "2021"
},
"unsafe-libyaml-0.2.11": {
"edition": "2021",
"binaries": [
{
"name": "run-emitter-test-suite",
"path": "src/bin/run-emitter-test-suite.rs"
},
{
"name": "run-parser-test-suite",
"path": "src/bin/run-parser-test-suite.rs"
}
]
},
"utf8parse-0.2.2": {
"edition": "2018"
},
"which-7.0.3": {
"edition": "2021"
},
"winnow-0.7.15": {
"edition": "2021"
},
"zmij-1.0.23": {
"edition": "2021",
"build_script": "build.rs"
}
},
"git_nar_sha256": {},
"flake_metadata": {}
}