Commit 144cf11 1 parent 7501929 commit 144cf11 Copy full SHA for 144cf11
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ will continue to use `garde`'s implementation.
491
491
492
492
### Integration with web frameworks
493
493
494
- - [ ` axum ` ] ( https://crates.io/crates/axum ) : [ ` axum_garde ` ] ( https://crates.io/crates/axum_garde )
494
+ - [ ` axum ` ] ( https://crates.io/crates/axum ) : [ ` axum-valid ` ] ( https://crates.io/crates/axum-valid )
495
495
- [ ` actix-web ` ] ( https://crates.io/crates/actix-web ) : [ ` garde-actix-web ` ] ( https://crates.io/crates/garde-actix-web )
496
496
497
497
### Feature flags
Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ rust-version.workspace = true
5
5
edition = " 2021"
6
6
repository = " https://github.com/jprochazk/garde"
7
7
license = " MIT OR Apache-2.0"
8
- description = " Axum integration for garde "
8
+ description = " Deprecated in favor of axum-valid "
9
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
10
11
+ [badges ]
12
+ maintenance.status = " deprecated"
13
+
11
14
[package .metadata .docs .rs ]
12
15
all-features = true
13
16
Original file line number Diff line number Diff line change 1
1
# axum_garde
2
2
3
+ > [ !WARNING]
4
+ > ⚠️ ** This crate is deprecated in favor of [ axum-valid] ( https://crates.io/crates/axum-valid ) .** ⚠️
5
+
3
6
Provide [ garde] ( https://github.com/jprochazk/garde ) validation on your
4
7
[ axum] ( https://github.com/tokio-rs/axum ) application.
5
8
You can’t perform that action at this time.
0 commit comments