# 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.70" name = "slow5" version = "0.12.1" authors = ["Brandon Saint-John "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for interacting with slow5" homepage = "https://github.com/hasindu2008/slow5lib" documentation = "https://docs.rs/slow5" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bsaintjo/slow5-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--cfg", "doc_auto_cfg", ] [lib] name = "slow5" path = "src/lib.rs" [[example]] name = "auxiliary_field" path = "examples/auxiliary_field.rs" [[example]] name = "auxiliary_field_enum" path = "examples/auxiliary_field_enum.rs" [[example]] name = "read_blow5" path = "examples/read_blow5.rs" [[example]] name = "sequential_read" path = "examples/sequential_read.rs" [[example]] name = "write" path = "examples/write.rs" [[test]] name = "compression" path = "tests/compression.rs" [[test]] name = "full" path = "tests/full.rs" [[test]] name = "overwrite" path = "tests/overwrite.rs" [[test]] name = "random_read" path = "tests/random_read.rs" [[test]] name = "version" path = "tests/version.rs" [dependencies.cstr] version = "0.2.10" [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.17" [dependencies.paste] version = "1.0.9" [dependencies.serde] version = "1.0.152" optional = true [dependencies.slow5lib-sys] version = "0.10.0" default-features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.56" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.serde_test] version = "1.0.152" [dev-dependencies.version-sync] version = "0.9.4" [features] default = ["zstd"] serde = ["dep:serde"] zlib-ng = ["slow5lib-sys/zlib-ng"] zstd = ["slow5lib-sys/zstd"]