Skip to content

Commit 4ed7eb0

Browse files
authored
Merge pull request #70 from cipherstash/derive-from-crates
Pull cipherstash-dynamodb-derive from crates
2 parents c9273ce + d27ddc9 commit 4ed7eb0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "cipherstash-dynamodb"
33
license-file = "LICENSE.md"
44
homepage = "https://cipherstash.com"
55
repository = "https://github.com/cipherstash/cipherstash-dynamodb"
6+
documentation = "https://docs.rs/cipherstash-dynamodb"
67
readme = "README.md"
78
description = "CipherStash SDK for searchable, in-use encryption for DynamoDB"
89
version = "0.7.1"
@@ -11,9 +12,6 @@ authors = ["CipherStash <info@cipherstash.com>"]
1112
keywords = ["cryptography", "security", "databases", "encryption", "dynamodb"]
1213
categories = ["cryptography", "database"]
1314

14-
[package.metadata.docs.rs]
15-
repository = "https://github.com/cipherstash/cipherstash-dynamodb"
16-
1715
[lib]
1816
# Starting in Rust 1.62 you can use `cargo add` to add dependencies
1917
# to your project.
@@ -28,7 +26,7 @@ repository = "https://github.com/cipherstash/cipherstash-dynamodb"
2826

2927
[dependencies]
3028
cipherstash-client = { version = "0.12" }
31-
cipherstash-dynamodb-derive = { version = "0.7", path = "cipherstash-dynamodb-derive", registry = "cipherstash" }
29+
cipherstash-dynamodb-derive = { version = "0.7", path = "cipherstash-dynamodb-derive" }
3230

3331
aws-sdk-dynamodb = "1.3.0"
3432
async-trait = "0.1.73"

0 commit comments

Comments
 (0)