# 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 = "nanopub" version = "0.1.4" authors = ["Vincent Emonet "] description = """ A cross-platform Rust library to sign Nanopublications, with bindings to Python and JS (wasm) """ homepage = "https://vemonet.github.io/nanopub-rs" readme = "README.md" keywords = [ "nanopublications", "rdf", "linked-data", "semantic-web", ] categories = [ "science", "encoding", "database-interface", "cryptography", ] license-file = "LICENSE.txt" repository = "https://github.com/vemonet/nanopub-rs/tree/main/lib" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4.35" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.openssl-probe] version = "0.1" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" default-features = false [dependencies.rsa] version = "0.9.6" features = [ "pem", "sha2", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sophia] version = "0.8.0" features = ["jsonld"] [dev-dependencies.tokio] version = "1.36" features = ["full"] [dev-dependencies.wasm-pack] version = "0.12.1" [target."cfg(all(windows, target_arch = \"aarch64\"))".dependencies.reqwest] version = "0.12" features = ["native-tls"] default-features = false [target."cfg(not(all(windows, target_arch = \"aarch64\")))".dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures] version = "0.3"