# 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 = "curies" version = "0.1.3" authors = [ "Charles Tapley Hoyt ", "Vincent Emonet ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic conversion between URIs and compact URIs (CURIEs)" homepage = "https://biopragmatics.github/curies.rs" readme = "README.md" keywords = [ "semantic-web", "linked-data", "linked-open-data", ] categories = [ "science", "encoding", ] license-file = "LICENSE" repository = "https://github.com/biopragmatics/curies.rs" [package.metadata.docs.rs] all-features = true [lib] name = "curies" path = "src/lib.rs" [[test]] name = "curies_test" path = "tests/curies_test.rs" [dependencies.async-trait] version = "0.1" [dependencies.ptrie] version = "0.7" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12.4" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sophia] version = "0.8.0" [dev-dependencies.tokio] version = "1.34" features = [ "rt-multi-thread", "macros", ] [target.'cfg(all(windows, target_arch = "aarch64"))'.dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "native-tls", ] default-features = false [target.'cfg(not(all(windows, target_arch = "aarch64")))'.dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "rustls-tls", ] default-features = false