@@ -13,17 +13,11 @@ categories = [
1313]
1414description = " Generate Rust register maps (`struct`s) from SVD files"
1515documentation = " https://docs.rs/svd2rust"
16- keywords = [
17- " svd" ,
18- " embedded" ,
19- " register" ,
20- " map" ,
21- " generator" ,
22- ]
16+ keywords = [" svd" , " embedded" , " register" , " map" , " generator" ]
2317license = " MIT OR Apache-2.0"
2418name = " svd2rust"
2519repository = " https://github.com/rust-embedded/svd2rust/"
26- version = " 0.33.3 "
20+ version = " 0.33.4 "
2721readme = " README.md"
2822rust-version = " 1.74"
2923
@@ -44,7 +38,10 @@ yaml = ["dep:serde_yaml"]
4438
4539[dependencies ]
4640clap = { version = " 4.0" , optional = true }
47- irx-config = { version = " =3.3.0" , features = [" cmd" , " toml-parser" ], optional = true }
41+ irx-config = { version = " =3.3.0" , features = [
42+ " cmd" ,
43+ " toml-parser" ,
44+ ], optional = true }
4845env_logger = { version = " 0.11" , optional = true }
4946inflections = " 1.1"
5047log = { version = " ~0.4" , features = [" std" ] }
@@ -69,7 +66,7 @@ version = "0.14.8"
6966
7067[dependencies .syn ]
7168version = " 2.0"
72- features = [" full" ," extra-traits" ]
69+ features = [" full" , " extra-traits" ]
7370
7471[workspace ]
7572members = [" ci/svd2rust-regress" ]
@@ -79,5 +76,5 @@ exclude = [
7976 # workaround for https://github.com/rust-lang/cargo/pull/12779, doesn't work for output though
8077 # see https://github.com/rust-lang/cargo/issues/6009#issuecomment-1925445245
8178 " output/baseline/**" ,
82- " output/current/**"
79+ " output/current/**" ,
8380]
0 commit comments