etcs-proto-rs

A rust implementation of the "System Requirements specification Chapter 8 messages" Specification of the "ETCS B3 R2 GSM-R B1" standard version 3.6.0
git clone git://archive.git.mtrnord.blog/MTRNord/etcs-proto-rs.git
Log | Files | Refs | README | LICENSE

Cargo.toml (365B)


      1 [package]
      2 name = "etcs_proto"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      7 
      8 [dependencies]
      9 binary-layout = { version = "3.1.3", default-features = false }
     10 bolero-generator = "0.9.1"
     11 
     12 [features]
     13 default = ["std"]
     14 std = ["binary-layout/std"]
     15 
     16 [dev-dependencies]
     17 bolero = "0.9.0"