nanopub 0.2.0

A cross-platform Rust library to sign Nanopublications, with bindings to Python and JS (wasm)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "nanopub-rs-docs"
version = "0.0.1"
requires-python = "==3.12.*"

dependencies = [
    "mkdocs >=1.4.2",
    "mkdocs-material >=8.2.7",
    "mkdocstrings[python] >=0.19.1",
    "mdx-include >=1.4.1",
    "mkdocs-markdownextradata-plugin >=0.2.5",
    "mkdocs-open-in-new-tab",
]