# 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.64" name = "docsearch" version = "0.3.5" authors = ["Dominik Nakamura "] include = [ "src/**/*", "LICENSE", "README.md", "!**/fixtures/**/*", "!**/snapshots/**/*", ] description = "Resolve crate items to rustdoc URLs." homepage = "https://github.com/dnaka91/docsearch" readme = "README.md" keywords = [ "mapping", "rustdoc", "search-index", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/dnaka91/docsearch" [dependencies.semver] version = "1.0.18" features = ["serde"] [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_repr] version = "0.1.16" [dependencies.serde_tuple] version = "0.5.0" optional = true [dependencies.thiserror] version = "1.0.44" [dependencies.tracing] version = "0.1.37" [dependencies.unicode-ident] version = "1.0.11" [dependencies.winnow] version = "0.5.1" optional = true [dev-dependencies.anyhow] version = "1.0.72" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.insta] version = "1.31.0" features = [ "glob", "yaml", ] [dev-dependencies.reqwest] version = "0.11.18" features = [ "gzip", "rustls-tls", ] default-features = false [dev-dependencies.serde_test] version = "1.0.176" [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "rt", ] [features] default = [ "index-v1", "index-v2", ] index-v1 = [ "index-v2", "dep:serde_tuple", "dep:winnow", ] index-v2 = ["dep:serde_tuple"]