File tree Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Expand file tree Collapse file tree 2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 33name = " open-feature-env-var"
44version = " 0.1.0"
55edition = " 2021"
6- description = " Open Feature SDK for Rust: Environment Variable "
6+ description = " Environment Variable provider for OpenFeature "
77authors = [
" 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 ]]
2326name = " example"
24- harness = false # allows Cucumber to print output instead of libtest
27+ harness = false # allows Cucumber to print output instead of libtest
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments