11[package ]
2- name = " fire -crypto"
2+ name = " chuchi -crypto"
33description = " Crypto library providing encryption and signing."
4- version = " 0.4.3 "
4+ version = " 0.1.0 "
55authors = [
" Sören Meier <[email protected] >" ]
6- repository = " https://github.com/fire-lib/fire -crypto"
7- homepage = " https://fire-lib.com /"
6+ repository = " https://github.com/chuchi-dev/chuchi -crypto"
7+ homepage = " https://chuchi.dev /"
88edition = " 2021"
99license = " MIT OR Apache-2.0"
1010keywords = [" crypto" , " signature" , " cipher" ]
@@ -16,19 +16,19 @@ all-features = true
1616
1717[features ]
1818cipher = [
19- " zeroize" ,
20- " poly1305" ,
21- " universal-hash" ,
22- " chacha20" ,
23- " x25519-dalek" ,
24- " generic-array" ,
19+ " zeroize" ,
20+ " poly1305" ,
21+ " universal-hash" ,
22+ " chacha20" ,
23+ " x25519-dalek" ,
24+ " generic-array" ,
2525]
2626signature = [" ed25519-dalek" ]
2727
2828b64 = [" base64" ]
2929serde = [" _serde" ]
3030hash = [" blake2" , " generic-array" ]
31- protobuf = [" dep:fire-protobuf " ]
31+ protobuf = [" dep:protopuffer " ]
3232postgres = [" dep:postgres-types" , " dep:bytes" ]
3333
3434[dependencies ]
@@ -38,13 +38,13 @@ poly1305 = { version = "0.8", optional = true }
3838universal-hash = { version = " 0.5" , optional = true }
3939chacha20 = { version = " 0.9" , optional = true }
4040x25519-dalek = { version = " 2.0" , optional = true , features = [
41- " static_secrets" ,
41+ " static_secrets" ,
4242] }
4343
4444# signature
4545ed25519-dalek = { version = " 2.0" , optional = true , features = [
46- " zeroize" ,
47- " rand_core" ,
46+ " zeroize" ,
47+ " rand_core" ,
4848] }
4949
5050# hash
@@ -56,6 +56,6 @@ generic-array = { version = "0.14", optional = true }
5656base64 = { version = " 0.21" , optional = true }
5757_serde = { package = " serde" , version = " 1.0" , optional = true }
5858
59- fire-protobuf = { version = " 0.1.2 " , optional = true }
59+ protopuffer = { version = " 0.1" , optional = true }
6060postgres-types = { version = " 0.2" , optional = true }
6161bytes = { version = " 1.6" , optional = true }
0 commit comments