yggdrasil/userspace/Cargo.lock

1126 lines
27 KiB
Plaintext
Raw Normal View History

2023-07-19 21:57:18 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-03-12 14:48:41 +02:00
[[package]]
name = "abi-generator"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.52",
"thiserror",
]
[[package]]
name = "abi-lib"
version = "0.1.0"
2023-07-27 16:25:26 +03:00
[[package]]
name = "anstyle"
2024-03-12 14:48:41 +02:00
version = "1.0.6"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
2023-07-27 16:25:26 +03:00
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2023-11-18 22:44:11 +02:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-02-01 17:24:37 +02:00
version = "2.4.2"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-01 17:24:37 +02:00
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
2023-11-18 22:44:11 +02:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bytemuck"
2024-03-12 14:48:41 +02:00
version = "1.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2024-03-12 14:48:41 +02:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
dependencies = [
"proc-macro2",
"quote",
2024-03-12 14:48:41 +02:00
"syn 2.0.52",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "cc"
2024-03-12 14:48:41 +02:00
version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
2023-11-18 22:44:11 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-07-27 16:25:26 +03:00
[[package]]
name = "clap"
2024-03-12 14:48:41 +02:00
version = "4.5.2"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
2023-07-27 16:25:26 +03:00
dependencies = [
"clap_builder",
"clap_derive",
]
2024-01-30 16:14:57 +02:00
[[package]]
name = "clap-num"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e063d263364859dc54fb064cedb7c122740cd4733644b14b176c097f51e8ab7"
dependencies = [
"num-traits",
]
2023-07-27 16:25:26 +03:00
[[package]]
name = "clap_builder"
2024-03-12 14:48:41 +02:00
version = "4.5.2"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
2023-07-27 16:25:26 +03:00
dependencies = [
"anstyle",
"clap_lex",
]
[[package]]
name = "clap_derive"
2024-03-12 14:48:41 +02:00
version = "4.5.0"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
2023-07-27 16:25:26 +03:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-03-12 14:48:41 +02:00
"syn 2.0.52",
2023-07-27 16:25:26 +03:00
]
[[package]]
name = "clap_lex"
2024-03-12 14:48:41 +02:00
version = "0.7.0"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2023-07-27 16:25:26 +03:00
[[package]]
name = "colors"
version = "0.1.0"
dependencies = [
"flexbuffers",
"lazy_static",
"libcolors",
"serde",
"serde-ipc",
"thiserror",
"yggdrasil-abi",
]
[[package]]
name = "cpufeatures"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "crossterm"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
dependencies = [
2024-02-01 17:24:37 +02:00
"bitflags 2.4.2",
2023-11-18 22:44:11 +02:00
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "deranged"
2024-02-01 17:24:37 +02:00
version = "0.3.11"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-01 17:24:37 +02:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-11-18 22:44:11 +02:00
dependencies = [
"powerfmt",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-11-18 22:44:11 +02:00
[[package]]
name = "error-chain"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
dependencies = [
"version_check",
]
[[package]]
name = "euclid"
version = "0.22.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
dependencies = [
"num-traits",
]
[[package]]
name = "flexbuffers"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d14128f06405808ce75bfebe11e9b0f9da18719ede6d7bdb1702d6bfe0f7e8"
dependencies = [
"bitflags 1.3.2",
"byteorder",
"num_enum",
"serde",
"serde_derive",
]
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-02-01 17:24:37 +02:00
version = "0.2.12"
source = "git+https://git.alnyan.me/yggdrasil/getrandom.git?branch=alnyan/yggdrasil#0c156352b5ebf7a3b137b460ee5536c2c3a1e835"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "hashbrown"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-07-27 16:25:26 +03:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-11-18 22:44:11 +02:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
2023-11-14 14:55:13 +02:00
[[package]]
name = "humansize"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2024-03-12 14:48:41 +02:00
version = "2.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
dependencies = [
"equivalent",
"hashbrown",
]
2023-07-19 21:57:18 +03:00
[[package]]
name = "init"
version = "0.1.0"
2023-07-27 16:25:26 +03:00
dependencies = [
"serde",
"serde_json",
2023-07-27 16:25:26 +03:00
"yggdrasil-rt",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "itoa"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "lazy_static"
version = "1.4.0"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2023-11-18 22:44:11 +02:00
[[package]]
name = "libc"
2024-03-12 14:48:41 +02:00
version = "0.2.153"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
[[package]]
name = "libcolors"
version = "0.1.0"
dependencies = [
"raqote",
"serde",
"serde-ipc",
"thiserror",
"yggdrasil-abi",
]
2023-11-18 22:44:11 +02:00
2023-11-14 14:55:13 +02:00
[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2024-01-08 18:45:38 +02:00
[[package]]
name = "libterm"
version = "0.1.0"
dependencies = [
"libc",
"thiserror",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "lock_api"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-03-12 14:48:41 +02:00
version = "0.4.21"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-11-18 22:44:11 +02:00
[[package]]
name = "lyon_geom"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edecfb8d234a2b0be031ab02ebcdd9f3b9ee418fb35e265f7a540a48d197bff9"
dependencies = [
"arrayvec",
"euclid",
"num-traits",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2023-11-14 14:55:13 +02:00
[[package]]
name = "memchr"
2024-02-01 17:24:37 +02:00
version = "2.7.1"
2023-11-14 14:55:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-01 17:24:37 +02:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2023-11-14 14:55:13 +02:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-11-18 22:44:11 +02:00
[[package]]
name = "mio"
2024-03-12 14:48:41 +02:00
version = "0.8.11"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-11-18 22:44:11 +02:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys",
]
2024-01-22 14:41:09 +02:00
[[package]]
name = "netutils"
version = "0.1.0"
dependencies = [
"bytemuck",
"clap",
2024-01-30 16:14:57 +02:00
"clap-num",
2024-01-22 14:41:09 +02:00
"rand",
"serde",
"serde_json",
"thiserror",
"url",
2024-01-22 14:41:09 +02:00
"yggdrasil-abi",
]
2023-11-14 14:55:13 +02:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2024-03-12 14:48:41 +02:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-traits"
2024-03-12 14:48:41 +02:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
dependencies = [
"autocfg",
"libm",
]
[[package]]
name = "num_enum"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "num_threads"
2024-03-12 14:48:41 +02:00
version = "0.1.7"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2023-11-18 22:44:11 +02:00
dependencies = [
"libc",
]
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-11-18 22:44:11 +02:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets",
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-11-18 22:44:11 +02:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2024-03-12 14:48:41 +02:00
[[package]]
name = "prettyplease"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
dependencies = [
"proc-macro2",
"syn 2.0.52",
]
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit",
]
2023-07-27 16:25:26 +03:00
[[package]]
name = "proc-macro2"
2024-03-12 14:48:41 +02:00
version = "1.0.79"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
2023-07-27 16:25:26 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.35"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2023-07-27 16:25:26 +03:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.9.0"
source = "git+https://git.alnyan.me/yggdrasil/rand.git?branch=alnyan/yggdrasil#9fac921fcc405a936b9a88b6bb9f2ced264bc0ec"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
"zerocopy",
]
[[package]]
name = "rand_chacha"
version = "0.4.0"
source = "git+https://git.alnyan.me/yggdrasil/rand.git?branch=alnyan/yggdrasil#9fac921fcc405a936b9a88b6bb9f2ced264bc0ec"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.7.0"
source = "git+https://git.alnyan.me/yggdrasil/rand.git?branch=alnyan/yggdrasil#9fac921fcc405a936b9a88b6bb9f2ced264bc0ec"
dependencies = [
"getrandom",
"zerocopy",
]
[[package]]
name = "raqote"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48bbdc1825eea658de94084241b12bffb214f0bd3bac9a442a405a384e2a042b"
dependencies = [
"euclid",
"lyon_geom",
"sw-composite",
"typed-arena",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "red"
version = "0.1.0"
dependencies = [
"crossterm",
"libc",
2024-01-08 18:45:38 +02:00
"libterm",
2023-11-18 22:44:11 +02:00
"syslog",
"thiserror",
"unicode-width",
]
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "ryu"
2024-03-12 14:48:41 +02:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2023-11-18 22:44:11 +02:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "serde"
2024-03-12 14:48:41 +02:00
version = "1.0.197"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
2023-11-18 22:44:11 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-ipc"
version = "0.1.0"
dependencies = [
"flexbuffers",
"serde",
"thiserror",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "serde_derive"
2024-03-12 14:48:41 +02:00
version = "1.0.197"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
2023-11-18 22:44:11 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-03-12 14:48:41 +02:00
"syn 2.0.52",
]
[[package]]
name = "serde_json"
2024-03-12 14:48:41 +02:00
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
dependencies = [
"itoa",
"ryu",
"serde",
2023-11-18 22:44:11 +02:00
]
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2023-07-27 16:25:26 +03:00
[[package]]
name = "shell"
version = "0.1.0"
dependencies = [
2023-11-14 14:55:13 +02:00
"clap",
"libc",
2023-11-14 14:55:13 +02:00
"nom",
"thiserror",
2023-11-14 14:55:13 +02:00
"yggdrasil-abi",
2023-07-27 16:25:26 +03:00
"yggdrasil-rt",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "signal-hook"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
"libc",
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "smallvec"
2024-02-01 17:24:37 +02:00
version = "1.13.1"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-01 17:24:37 +02:00
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2023-11-18 22:44:11 +02:00
[[package]]
name = "sw-composite"
version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ac8fb7895b4afa060ad731a32860db8755da3449a47e796d5ecf758db2671d4"
2023-07-27 16:25:26 +03:00
[[package]]
name = "syn"
version = "1.0.109"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-03-12 14:48:41 +02:00
version = "2.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
2023-07-27 16:25:26 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "syslog"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7434e95bcccce1215d30f4bf84fe8c00e8de1b9be4fb736d747ca53d36e7f96f"
dependencies = [
"error-chain",
"hostname",
"libc",
"log",
"time",
]
2023-07-27 16:25:26 +03:00
[[package]]
name = "sysutils"
version = "0.1.0"
dependencies = [
"clap",
2023-11-14 14:55:13 +02:00
"humansize",
"init",
2024-01-08 18:45:38 +02:00
"libterm",
"rand",
"serde",
"serde_json",
"sha2",
2024-01-08 18:45:38 +02:00
"thiserror",
2024-01-22 14:41:09 +02:00
"yggdrasil-abi",
]
[[package]]
name = "term"
version = "0.1.0"
dependencies = [
"bytemuck",
"libcolors",
"thiserror",
2023-07-27 16:25:26 +03:00
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "thiserror"
2024-03-12 14:48:41 +02:00
version = "1.0.58"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
2023-11-18 22:44:11 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-03-12 14:48:41 +02:00
version = "1.0.58"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
2023-11-18 22:44:11 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-03-12 14:48:41 +02:00
"syn 2.0.52",
2023-11-18 22:44:11 +02:00
]
[[package]]
name = "time"
2024-03-12 14:48:41 +02:00
version = "0.3.34"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
2023-11-18 22:44:11 +02:00
dependencies = [
"deranged",
"itoa",
"libc",
2024-03-12 14:48:41 +02:00
"num-conv",
2023-11-18 22:44:11 +02:00
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-03-12 14:48:41 +02:00
version = "0.2.17"
2023-11-18 22:44:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
2023-11-18 22:44:11 +02:00
dependencies = [
2024-03-12 14:48:41 +02:00
"num-conv",
2023-11-18 22:44:11 +02:00
"time-core",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap",
"toml_datetime",
"winnow",
]
[[package]]
name = "typed-arena"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-07-27 16:25:26 +03:00
[[package]]
name = "unicode-ident"
2023-11-24 13:29:53 +02:00
version = "1.0.12"
2023-07-27 16:25:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-24 13:29:53 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-07-27 16:25:26 +03:00
[[package]]
name = "unicode-normalization"
2024-03-12 14:48:41 +02:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "unicode-width"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "url"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2023-11-18 22:44:11 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "winnow"
2024-03-12 14:48:41 +02:00
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-12 14:48:41 +02:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
2023-07-27 16:25:26 +03:00
[[package]]
name = "yggdrasil-abi"
version = "0.1.0"
dependencies = [
2024-03-12 14:48:41 +02:00
"abi-generator",
"abi-lib",
2024-01-22 14:41:09 +02:00
"bytemuck",
2024-03-12 14:48:41 +02:00
"prettyplease",
"serde",
]
2023-07-27 16:25:26 +03:00
[[package]]
name = "yggdrasil-rt"
version = "0.1.0"
dependencies = [
2024-03-12 14:48:41 +02:00
"abi-generator",
"abi-lib",
"cc",
2024-03-12 14:48:41 +02:00
"prettyplease",
2023-07-27 16:25:26 +03:00
"yggdrasil-abi",
]
[[package]]
name = "zerocopy"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
2024-03-12 14:48:41 +02:00
"syn 2.0.52",
]