commit 3bf0dbc6e6b6f7aa13fe05a71cda83f647db6179
parent 65e259bd8172cf60c578d209ab90aa78e94832fa
Author: Eric Scouten <scouten@adobe.com>
Date: Mon, 23 May 2022 15:54:28 -0700
Metadata for publishing to crates.io (#2)
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -1,8 +1,13 @@
[package]
name = "c2pa"
version = "0.1.0"
+description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors"
authors = ["Maurice Fisher <mfisher@adobe.com>", "Gavin Peacock <gpeacock@adobe.com>", "Eric Scouten <scouten@adobe.com>", "Leonard Rosenthol <lrosenth@adobe.com>", "Dave Kozma <dkozma@adobe.com>"]
license = "MIT OR Apache-2.0"
+documentation = "https://docs.rs/c2pa"
+readme = "README.md"
+keywords = ["xmp", "metadata"]
+categories = ["api-bindings"]
edition = "2018"
rust-version = "1.58.0"