# 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 = "unobtanium" version = "1.0.0" authors = ["Slatian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Opinioated Web search engine library with crawler and viewer companion." documentation = "https://docs.rs/unobtanium" readme = "README.md" categories = ["web-programming"] license = "AGPL-3.0-only" repository = "https://codeberg.org/unobtanium/unobtanium" [lib] name = "unobtanium" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.criterium] version = "1.0" features = ["rusqlite"] [dependencies.log] version = "0.4" [dependencies.mediatype] version = "0.19" features = ["serde"] [dependencies.rusqlite] version = "0.31" features = ["uuid"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.url] version = "2.5" features = ["serde"] [dependencies.uuid] version = "1.10" features = [ "serde", "v7", ]