Skip to content

Commit f717203

Browse files
authored
chore: update dependencies and manifest to publish crate. (#68)
Signed-off-by: Jose Bovet Derpich <[email protected]>
1 parent 2f74476 commit f717203

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

crates/env-var/Cargo.toml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,25 @@
33
name = "open-feature-env-var"
44
version = "0.1.0"
55
edition = "2021"
6-
description = "Open Feature SDK for Rust: Environment Variable"
6+
description = "Environment Variable provider for OpenFeature"
77
authors = ["Jose Bovet Derpich <[email protected]>"]
8-
repository = "https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/env-var"
8+
repository = "https://github.com/open-feature/rust-sdk-contrib"
9+
homepage = "https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/env-var"
10+
license = "Apache-2.0"
11+
keywords = ["open-feature", "feature-flag", "environment-variable"]
912

10-
11-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13+
[badges]
14+
maintenance = { status = "actively-developed" }
1215

1316
[dependencies]
14-
open-feature = "0.2.3"
15-
async-trait = "0.1.80"
17+
open-feature = "0.2.5"
18+
async-trait = "0.1.88"
1619

1720
[dev-dependencies]
18-
tokio = { version = "1.37.0", features = ["full"] }
19-
cucumber = "0.21.0"
20-
futures = "0.3.30"
21+
tokio = { version = "1.47.1", features = ["full"] }
22+
cucumber = "0.21.1"
23+
futures = "0.3.31"
2124

2225
[[test]]
2326
name = "example"
24-
harness = false # allows Cucumber to print output instead of libtest
27+
harness = false # allows Cucumber to print output instead of libtest

crates/env-var/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ Run `cargo test` to execute tests.
5050
## Maintainers
5151

5252
- [Jose Bovet Derpich](https://github.com/jbovet)
53+
54+
## License
55+
56+
Apache 2.0 - See [LICENSE](./../../LICENSE) for more information.

0 commit comments

Comments
 (0)