Skip to content

Commit 47e9049

Browse files
auditor: remove unused pyo3-build-config from tokmd-python 🧾
The crates/tokmd-python crate does not contain a build.rs file. Because pyo3-build-config is exclusively used as a build-time dependency to assist with compiling C extensions via a custom build script, its inclusion in the manifest without a build.rs file is dead code, bloats the dependency tree, and slows down dependency resolution. Removed to improve dependency hygiene.
1 parent 4a8cf77 commit 47e9049

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tokmd-python/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ tokmd-envelope.workspace = true
2727
default = ["extension-module"]
2828
extension-module = ["pyo3/extension-module"]
2929

30-
[build-dependencies]
31-
pyo3-build-config = "0.28.3"
3230

3331
[dev-dependencies]
3432
tempfile.workspace = true

0 commit comments

Comments
 (0)