# 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 = "2018" name = "sdsl" version = "0.3.1" authors = ["rndhouse "] include = ["**/*.rs", "**/*.toml", "**/*.md", "**/*.zip", "**/*.html"] description = "A Rust interface for the Succinct Data Structure Library." documentation = "https://docs.rs/crate/sdsl" license = "MIT" repository = "https://github.com/sdsl-rs/sdsl-rs" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [lib] name = "sdsl" [dependencies.anyhow] version = "1.0.40" [dependencies.bincode] version = "1.3.3" [dependencies.blake3] version = "0.3.7" [dependencies.cmake] version = "0.1.45" [dependencies.fs_extra] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.94" [dependencies.log] version = "0.4.8" [dependencies.maplit] version = "1.0.2" [dependencies.regex] version = "1.4.6" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.sharedlib] version = "7.0.0" [dependencies.simple_logger] version = "1.11.0" [dependencies.walkdir] version = "2.3.2" [dependencies.zip] version = "0.5.10"