# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "nbwipers" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wipe clean your Jupyter Notebooks!" homepage = "https://github.com/felixgwilliams/nbwipers" readme = "README.md" keywords = [ "python", "notebook", "jupyter", "ci", "pre-commit", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/felixgwilliams/nbwipers" [lib] name = "nbwipers" path = "src/lib.rs" [[bin]] name = "nbwipers" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[test]] name = "notebook_test" path = "tests/notebook_test.rs" [[test]] name = "record_and_smudge" path = "tests/record_and_smudge.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.bstr] version = "1.9.0" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.clap-markdown] version = "0.1.3" optional = true [dependencies.colored] version = "2.1.0" [dependencies.gix-attributes] version = "0.22.5" [dependencies.gix-config] version = "0.40.0" [dependencies.gix-discover] version = "0.35.0" [dependencies.gix-path] version = "0.10.5" [dependencies.globset] version = "0.4.14" [dependencies.ignore] version = "0.4.22" [dependencies.indexmap] version = "2.6.0" features = [ "rayon", "serde", ] [dependencies.inquire] version = "0.7.0" [dependencies.itertools] version = "0.13.0" [dependencies.path-absolutize] version = "3.1.1" features = ["once_cell_cache"] [dependencies.rayon] version = "1.8.1" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" features = ["preserve_order"] [dependencies.serde_with] version = "3.6.0" [dependencies.thiserror] version = "1.0.56" [dependencies.toml] version = "0.8.9" [dev-dependencies.insta] version = "1.39.0" features = ["yaml"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.0" [features] markdown-help = ["dep:clap-markdown"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]