diff --git a/Cargo.nix b/Cargo.nix index cb15d53..3778355 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -7917,6 +7917,28 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; + "nary_tree" = rec { + crateName = "nary_tree"; + version = "0.4.3"; + edition = "2021"; + sha256 = "1iqray1a716995l9mmvz5sfqrwg9a235bvrkpcn8bcqwjnwfv1pv"; + authors = [ + "Ian " + "David Cohen " + ]; + dependencies = [ + { + name = "slab"; + packageId = "slab"; + } + { + name = "snowflake"; + packageId = "snowflake"; + } + ]; + features = { + }; + }; "native-tls" = rec { crateName = "native-tls"; version = "0.2.11"; @@ -8551,6 +8573,10 @@ rec { name = "grid"; packageId = "grid"; } + { + name = "nary_tree"; + packageId = "nary_tree"; + } { name = "serde"; packageId = "serde 1.0.193"; @@ -11570,6 +11596,10 @@ rec { packageId = "chrono"; features = [ "serde" ]; } + { + name = "nary_tree"; + packageId = "nary_tree"; + } { name = "nom"; packageId = "nom"; @@ -11803,6 +11833,21 @@ rec { }; resolvedDefaultFeatures = [ "const_generics" "const_new" "union" ]; }; + "snowflake" = rec { + crateName = "snowflake"; + version = "1.3.0"; + edition = "2015"; + sha256 = "1wadr7bxdxbmkbqkqsvzan6q1h3mxqpxningi3ss3v9jaav7n817"; + authors = [ + "Steven Allen " + ]; + features = { + "serde" = [ "dep:serde" ]; + "serde_derive" = [ "dep:serde_derive" ]; + "serde_support" = [ "serde" "serde_derive" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; "socket2 0.4.10" = rec { crateName = "socket2"; version = "0.4.10"; diff --git a/crate-hashes.json b/crate-hashes.json index 9b7b532..12766b9 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -223,6 +223,7 @@ "registry+https://github.com/rust-lang/crates.io-index#mio@0.8.10": "02gyaxvaia9zzi4drrw59k9s0j6pa5d1y2kv7iplwjipdqlhngcg", "registry+https://github.com/rust-lang/crates.io-index#modifier@0.1.0": "0n3fmgli1nsskl0whrfzm1gk0rmwwl6pw1q4nb9sqqmn5h8wkxa1", "registry+https://github.com/rust-lang/crates.io-index#multer@2.1.0": "1hjiphaypj3phqaj5igrzcia9xfmf4rr4ddigbh8zzb96k1bvb01", + "registry+https://github.com/rust-lang/crates.io-index#nary_tree@0.4.3": "1iqray1a716995l9mmvz5sfqrwg9a235bvrkpcn8bcqwjnwfv1pv", "registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.11": "0bmrlg0fmzxaycjpkgkchi93av07v2yf9k33gc12ca9gqdrn28h7", "registry+https://github.com/rust-lang/crates.io-index#nix@0.27.1": "0ly0kkmij5f0sqz35lx9czlbk6zpihb7yh1bsy4irzwfd2f4xc1f", "registry+https://github.com/rust-lang/crates.io-index#no-std-compat@0.4.1": "132vrf710zsdp40yp1z3kgc2ss8pi0z4gmihsz3y7hl4dpd56f5r", @@ -342,6 +343,7 @@ "registry+https://github.com/rust-lang/crates.io-index#siphasher@0.3.11": "03axamhmwsrmh0psdw3gf7c0zc4fyl5yjxfifz9qfka6yhkqid9q", "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9": "0rxvsgir0qw5lkycrqgb1cxsvxzjv9bmx73bk5y42svnzfba94lg", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.11.2": "0w79x38f7c0np7hqfmzrif9zmn0avjvvm31b166zdk9d1aad1k2d", + "registry+https://github.com/rust-lang/crates.io-index#snowflake@1.3.0": "1wadr7bxdxbmkbqkqsvzan6q1h3mxqpxningi3ss3v9jaav7n817", "registry+https://github.com/rust-lang/crates.io-index#socket2@0.4.10": "03ack54dxhgfifzsj14k7qa3r5c9wqy3v6mqhlim99cc03y1cycz", "registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.5": "1sgq315f1njky114ip7wcy83qlphv9qclprfjwvxcpfblmcsqpvv", "registry+https://github.com/rust-lang/crates.io-index#spin@0.5.2": "0b84m6dbzrwf2kxylnw82d3dr8w06av7rfkr8s85fb5f43rwyqvf", @@ -469,4 +471,4 @@ "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.31": "0gcfyrmlrhmsz16qxjp2qzr6vixyaw1p04zl28f08lxkvfz62h0w", "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.7.0": "0bfvby7k9pdp6623p98yz2irqnamcyzpn7zh20nqmdn68b0lwnsj", "registry+https://github.com/rust-lang/crates.io-index#zune-inflate@0.2.54": "00kg24jh3zqa3i6rg6yksnb71bch9yi1casqydl00s7nw8pk7avk" -} \ No newline at end of file +}