# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "misb" version = "0.0.1-alpha" authors = ["Arpad Voros "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "MISB Standard Implementation" documentation = "https://docs.rs/misb" readme = "README.md" keywords = [ "misb", "klv", "uas", "parsing", ] categories = [ "parser-implementations", "parsing", "encoding", ] license = "MIT" repository = "https://github.com/arpadav/misb" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "misb" path = "src/lib.rs" [[bin]] name = "misb" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.thisenum] version = "0.2" [dependencies.tinyklv] version = "0.0.1-alpha.1" features = ["full"] [dependencies.winnow] version = "0.6" [features] default = ["latest"] latest = [ "misb0102-latest", "misb0601-latest", "misb0903-latest", ] misb0102-12 = [] misb0102-latest = ["misb0102-12"] misb0601-19 = [] misb0601-latest = ["misb0601-19"] misb0903-6 = [] misb0903-latest = ["misb0903-6"]