Exciting how boring this was! Only changed the relevant Cargo.toml
s and moved some files around :)
SU3JX6SEW6MLREX6CCM4V3353YC3IQD4JOZW2KEIHYTHOI2AJKPQC
WCA7X6W633OI72GFB4QPQKAF3POVTBB5HO2NRSVBJRO5BUJL2ORQC
ENWJBQGQUL3KLYPVGYP2ZSDB5ZUXLTY4W6NCHUA6VTHRRNPRUDHAC
4KJ45IJLTIE35KQZUSFMFS67RNENG4P2FZMKMULJLGGYMKJUVRSQC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
JMOHVR5EL27IRLXO66W52DA4K33L467O5J5DRX2ARZTFM6JRHDVQC
ABPFWGKH24JK7TLAGDVENTA5VSVRANPBVRD555WCQMNW56BL7SZQC
EJ7TFFOWLM5EXYX57NJZZX3NLPBLLMRX7CGJYC75DJZ5LYXOQPJAC
[package]
name = "pijul-identity"
description = "Functionality to interact with Pijul identities"
version = "0.0.1"
authors = ["Finchie"]
edition = "2021"
repository = "https://nest.pijul.com/pijul/pijul"
license = "GPL-2.0"
include = ["Cargo.toml", "src"]
[features]
default = ["openssl"]
openssl = ["thrussh-keys/openssl"]
[dependencies]
anyhow = { version = "1.0", features = ["backtrace"] }
chrono = "0.4"
dateparser = "0.1"
dirs-next = "2.0"
keyring = "2.0"
libpijul = { path = "../libpijul" }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
thrussh-keys = "0.21"
toml = { version = "0.7", features = ["preserve_order"] }
validator = { version = "0.15", default-features = false }
whoami = "1.4"
pijul-config = { path = "../pijul-config" }
pijul-interaction = { path = "../pijul-interaction" }
pijul-repository = { path = "../pijul-repository" }
name = "pijul-identity"
version = "0.0.1"
dependencies = [
"anyhow",
"chrono",
"dateparser",
"dirs-next",
"keyring",
"libpijul",
"log",
"pijul-config",
"pijul-interaction",
"pijul-repository",
"serde",
"serde_json",
"thiserror",
"thrussh-keys",
"toml 0.7.6",
"validator",
"whoami",
]
[[package]]