# 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 = "assembly-data" version = "0.3.0" authors = ["Xiphoseer"] description = "Database module for the assembly crate" homepage = "https://xiphoseer.github.io" readme = "README.md" license = "MIT" repository = "https://github.com/xiphoseer/assembly_rs" [dependencies.assembly-core] version = "0.2.1" [dependencies.bytemuck] version = "1.4" [dependencies.bytemuck_derive] version = "1" [dependencies.derive-new] version = "0.5" [dependencies.encoding_rs] version = "0.8" [dependencies.hsieh-hash] version = "0.1" [dependencies.memchr] version = "2.3" [dependencies.quick-xml] version = "0.20" features = ["encoding"] [dependencies.rusqlite] version = "0.21.0" features = ["bundled"] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.color-eyre] version = "0.5" [dev-dependencies.mapr] version = "0.8" [dev-dependencies.prettytable-rs] version = "0.8" [dev-dependencies.serde_json] version = "1.0.61" [dev-dependencies.structopt] version = "0.3" [features] default = ["sqlite", "serde-derives"] serde-derives = ["serde", "quick-xml/serialize"] sqlite = ["rusqlite"]