Skip to content

Commit

Permalink
chore: release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 18, 2024
1 parent b518621 commit 9987033
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 123 deletions.
179 changes: 60 additions & 119 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[package]
name = "netservices"
description = "Library for building scalable privacy-preserving microservices P2P nodes"
version = "0.8.1"
authors = ["Dr. Maxim Orlovsky <orlovsky@cyphernet.org>"]
keywords = ["privacy", "cypherpunk", "tor", "microservices", "reactor"]
categories = ["network-programming", "cryptography", "concurrency"]
homepage = "https://cyphernet.org"
repository = "https://github.com/Cyphernet-DAO/rust-netservices"
version = "0.8.0"
rust-version = "1.69"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"

[dependencies]
amplify = "4.6.0"
io-reactor = { version = "0.5.1", optional = true }
io-reactor = { version = "0.5.2", optional = true }
cyphernet = { version = "0.5.2", features = ["ed25519", "pem", "multibase", "noise_sha2", "noise_x25519", "noise-framework", "mixnets", "dns"] }
mio = { version = "0.8.11", optional = true }
mio = { version = "1.0.0", optional = true }
socket2 = { version = "0.5.7", optional = true, features = ["all"] }
libc = "0.2.154"
log_crate = { package = "log", version = "0.4.17", optional = true }
rand = "0.8.5" # Used in SplitIo shared secret

[dev-dependencies]
cyphernet = { version = "0.5.1", features = ["ed25519"] }
cyphernet = { version = "0.5.2", features = ["ed25519"] }
bitcoin_hashes = "0.14.0"
log_crate = { package = "log", version = "0.4.17" }

Expand Down

0 comments on commit 9987033

Please sign in to comment.