# 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" rust-version = "1.60.0" name = "csvbinmatrix" version = "0.8.0" authors = ["vepain "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Binary matrix Compressed Sparse Vector" documentation = "https://docs.rs/csvbinmatrix" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/vepain/csvbinmatrix-rust" [lib] name = "csvbinmatrix" path = "src/lib.rs" [[test]] name = "create_doc" path = "tests/create_doc.rs" [[test]] name = "filters_doc" path = "tests/filters_doc.rs" [[test]] name = "io_doc" path = "tests/io_doc.rs" [[test]] name = "quick_usage" path = "tests/quick_usage.rs" [[test]] name = "update_doc" path = "tests/update_doc.rs" [[test]] name = "views_doc" path = "tests/views_doc.rs" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "2.0" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rstest] version = "0.23" [dev-dependencies.tempfile] version = "3"