about summary refs log tree commit diff
path: root/kittybox-rs/Cargo.lock
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-07-10 19:35:10 +0300
committerVika <vika@fireburn.ru>2022-07-10 19:35:10 +0300
commit9ca0e358dc95e7358815886b061288f04a7d29af (patch)
treebc19ac6071d75f1ae58069e577fc02692aa87c8b /kittybox-rs/Cargo.lock
parent0ee2072d40dc0b88a7f475a25dfc790d49546a5f (diff)
kittybox-indieauth: init
This crate is the base framework-agnostic implementation of all data
structures and methods required for IndieAuth protocol. Anything that
can deserialize HTTP request payloads with serde can utilize this
crate.

This is a good candidate to independently release on crates.io when
the interface becomes stable enough.
Diffstat (limited to 'kittybox-rs/Cargo.lock')
-rw-r--r--kittybox-rs/Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/kittybox-rs/Cargo.lock b/kittybox-rs/Cargo.lock
index 0a31753..f2caa77 100644
--- a/kittybox-rs/Cargo.lock
+++ b/kittybox-rs/Cargo.lock
@@ -1506,6 +1506,7 @@ dependencies = [
  "http-types",
  "httpmock",
  "hyper",
+ "kittybox-indieauth",
  "kittybox-templates",
  "kittybox-util",
  "lazy_static",
@@ -1540,6 +1541,18 @@ dependencies = [
 ]
 
 [[package]]
+name = "kittybox-indieauth"
+version = "0.1.0"
+dependencies = [
+ "data-encoding",
+ "rand 0.8.5",
+ "serde",
+ "serde_json",
+ "sha2",
+ "url",
+]
+
+[[package]]
 name = "kittybox-templates"
 version = "0.1.0"
 dependencies = [