Beta/venv/lib/python3.12/site-packages/watchfiles-1.2.0.dist-info/sboms/watchfiles_rust_notify.cyclonedx.json

1083 lines
32 KiB
JSON
Raw Normal View History

2026-06-16 17:09:34 +00:00
{
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"version": 1,
"serialNumber": "urn:uuid:90f5d194-0070-4dcd-930b-1eb9f2a7bf5b",
"metadata": {
"timestamp": "2026-05-18T04:25:06.263627260Z",
"tools": [
{
"vendor": "CycloneDX",
"name": "cargo-cyclonedx",
"version": "0.5.9"
}
],
"component": {
"type": "library",
"bom-ref": "path+file:///home/runner/work/watchfiles/watchfiles#watchfiles_rust_notify@1.2.0",
"name": "watchfiles_rust_notify",
"version": "1.2.0",
"scope": "required",
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/watchfiles_rust_notify@1.2.0?download_url=file://.",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/samuelcolvin/watchfiles"
},
{
"type": "vcs",
"url": "https://github.com/samuelcolvin/watchfiles/watchfiles.git"
}
],
"components": [
{
"type": "library",
"bom-ref": "path+file:///home/runner/work/watchfiles/watchfiles#watchfiles_rust_notify@1.2.0 bin-target-0",
"name": "_rust_notify",
"version": "1.2.0",
"purl": "pkg:cargo/watchfiles_rust_notify@1.2.0?download_url=file://.#src/lib.rs"
}
]
},
"properties": [
{
"name": "cdx:rustc:sbom:target:all_targets",
"value": "true"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.7.0",
"author": "The Rust Project Developers",
"name": "bitflags",
"version": "2.7.0",
"description": "A macro to generate structures which behave like bitflags. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/bitflags@2.7.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/bitflags"
},
{
"type": "website",
"url": "https://github.com/bitflags/bitflags"
},
{
"type": "vcs",
"url": "https://github.com/bitflags/bitflags"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "cfg-if",
"version": "1.0.0",
"description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cfg-if@1.0.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cfg-if"
},
{
"type": "website",
"url": "https://github.com/alexcrichton/cfg-if"
},
{
"type": "vcs",
"url": "https://github.com/alexcrichton/cfg-if"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
"name": "crossbeam-channel",
"version": "0.5.15",
"description": "Multi-producer multi-consumer channels for message passing",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crossbeam-channel@0.5.15",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
},
{
"type": "vcs",
"url": "https://github.com/crossbeam-rs/crossbeam"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19",
"name": "crossbeam-utils",
"version": "0.8.19",
"description": "Utilities for concurrent programming",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crossbeam-utils@0.8.19",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
},
{
"type": "vcs",
"url": "https://github.com/crossbeam-rs/crossbeam"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.24",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "filetime",
"version": "0.2.24",
"description": "Platform-agnostic accessors of timestamps in File metadata ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/filetime@0.2.24",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/filetime"
},
{
"type": "website",
"url": "https://github.com/alexcrichton/filetime"
},
{
"type": "vcs",
"url": "https://github.com/alexcrichton/filetime"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
"name": "heck",
"version": "0.5.0",
"description": "heck is a case conversion library.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/heck@0.5.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/withoutboats/heck"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#inotify-sys@0.1.5",
"author": "Hanno Braun <hb@hannobraun.de>",
"name": "inotify-sys",
"version": "0.1.5",
"description": "inotify bindings for the Rust programming language",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
}
],
"licenses": [
{
"expression": "ISC"
}
],
"purl": "pkg:cargo/inotify-sys@0.1.5",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/inotify-sys"
},
{
"type": "vcs",
"url": "https://github.com/hannobraun/inotify-sys"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#inotify@0.11.0",
"author": "Hanno Braun <mail@hannobraun.de>, Félix Saparelli <me@passcod.name>, Cristian Kubis <cristian.kubis@tsunix.de>, Frank Denis <github@pureftpd.org>",
"name": "inotify",
"version": "0.11.0",
"description": "Idiomatic wrapper for inotify",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
}
],
"licenses": [
{
"expression": "ISC"
}
],
"purl": "pkg:cargo/inotify@0.11.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/inotify"
},
{
"type": "vcs",
"url": "https://github.com/hannobraun/inotify"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169",
"author": "The Rust Project Developers",
"name": "libc",
"version": "0.2.169",
"description": "Raw FFI bindings to platform libraries like libc. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/libc@0.2.169",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/libc/"
},
{
"type": "website",
"url": "https://github.com/rust-lang/libc"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/libc"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.22",
"author": "The Rust Project Developers",
"name": "log",
"version": "0.4.22",
"description": "A lightweight logging facade for Rust ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/log@0.4.22",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/log"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/log"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.0.3",
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
"name": "mio",
"version": "1.0.3",
"description": "Lightweight non-blocking I/O.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/mio@1.0.3",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/tokio-rs/mio"
},
{
"type": "vcs",
"url": "https://github.com/tokio-rs/mio"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#notify-types@2.0.0",
"author": "Daniel Faust <hessijames@gmail.com>",
"name": "notify-types",
"version": "2.0.0",
"description": "Types used by the notify crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/notify-types@2.0.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/notify-types"
},
{
"type": "website",
"url": "https://github.com/notify-rs/notify"
},
{
"type": "vcs",
"url": "https://github.com/notify-rs/notify.git"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#notify@8.0.0",
"author": "Félix Saparelli <me@passcod.name>, Daniel Faust <hessijames@gmail.com>, Aron Heinecke <Ox0p54r36@t-online.de>",
"name": "notify",
"version": "8.0.0",
"description": "Cross-platform filesystem notification library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
}
],
"licenses": [
{
"expression": "CC0-1.0"
}
],
"purl": "pkg:cargo/notify@8.0.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/notify"
},
{
"type": "website",
"url": "https://github.com/notify-rs/notify"
},
{
"type": "vcs",
"url": "https://github.com/notify-rs/notify.git"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3",
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
"name": "once_cell",
"version": "1.21.3",
"description": "Single assignment cells and lazy values.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/once_cell@1.21.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/once_cell"
},
{
"type": "vcs",
"url": "https://github.com/matklad/once_cell"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
"name": "proc-macro2",
"version": "1.0.81",
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/proc-macro2@1.0.81",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/proc-macro2"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/proc-macro2"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-build-config",
"version": "0.28.3",
"description": "Build configuration for the PyO3 ecosystem",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-build-config@0.28.3",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/pyo3/pyo3"
},
{
"type": "vcs",
"url": "https://github.com/pyo3/pyo3"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-ffi",
"version": "0.28.3",
"description": "Python-API bindings for the PyO3 ecosystem",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-ffi@0.28.3",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/pyo3/pyo3"
},
{
"type": "other",
"url": "python"
},
{
"type": "vcs",
"url": "https://github.com/pyo3/pyo3"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-macros-backend",
"version": "0.28.3",
"description": "Code generation for PyO3 package",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-macros-backend@0.28.3",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/pyo3/pyo3"
},
{
"type": "vcs",
"url": "https://github.com/pyo3/pyo3"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-macros",
"version": "0.28.3",
"description": "Proc macros for PyO3 package",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-macros@0.28.3",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/pyo3/pyo3"
},
{
"type": "vcs",
"url": "https://github.com/pyo3/pyo3"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3",
"version": "0.28.3",
"description": "Bindings to Python interpreter",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3@0.28.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/crate/pyo3/"
},
{
"type": "website",
"url": "https://github.com/pyo3/pyo3"
},
{
"type": "vcs",
"url": "https://github.com/pyo3/pyo3"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.14",
"author": "Sergey Kvachonok <ravenexp@gmail.com>, messense <messense@icloud.com>, Adam Reichold <adam.reichold@t-online.de>",
"name": "python3-dll-a",
"version": "0.2.14",
"description": "Standalone python3(y)(t).dll import library generator",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/python3-dll-a@0.2.14",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/PyO3/python3-dll-a"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "quote",
"version": "1.0.45",
"description": "Quasi-quoting macro quote!(...)",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/quote@1.0.45",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/quote/"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/quote"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "same-file",
"version": "1.0.6",
"description": "A simple crate for determining whether two file paths point to the same file. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/same-file@1.0.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/same-file"
},
{
"type": "website",
"url": "https://github.com/BurntSushi/same-file"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/same-file"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "syn",
"version": "2.0.60",
"description": "Parser for Rust source code",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/syn@2.0.60",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/syn"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/syn"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
"author": "Dan Gohman <sunfish@mozilla.com>",
"name": "target-lexicon",
"version": "0.13.5",
"description": "LLVM target triple types",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception"
}
],
"purl": "pkg:cargo/target-lexicon@0.13.5",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/target-lexicon/"
},
{
"type": "vcs",
"url": "https://github.com/bytecodealliance/target-lexicon"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "unicode-ident",
"version": "1.0.12",
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
}
],
"licenses": [
{
"expression": "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
}
],
"purl": "pkg:cargo/unicode-ident@1.0.12",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/unicode-ident"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/unicode-ident"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "walkdir",
"version": "2.5.0",
"description": "Recursively walk a directory.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/walkdir@2.5.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/walkdir/"
},
{
"type": "website",
"url": "https://github.com/BurntSushi/walkdir"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/walkdir"
}
]
}
],
"dependencies": [
{
"ref": "path+file:///home/runner/work/watchfiles/watchfiles#watchfiles_rust_notify@1.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
"registry+https://github.com/rust-lang/crates.io-index#notify@8.0.0",
"registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.7.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.19"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.24",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#inotify-sys@0.1.5",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#inotify@0.11.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.7.0",
"registry+https://github.com/rust-lang/crates.io-index#inotify-sys@0.1.5",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.22"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.0.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.22"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#notify-types@2.0.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#notify@8.0.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.24",
"registry+https://github.com/rust-lang/crates.io-index#inotify@0.11.0",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.22",
"registry+https://github.com/rust-lang/crates.io-index#mio@1.0.3",
"registry+https://github.com/rust-lang/crates.io-index#notify-types@2.0.0",
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.14",
"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.169",
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.14"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.60",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.81",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6"
]
}
]
}