# 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 = "2018" name = "otdrs" version = "1.0.0" authors = ["James Harrison "] description = "otdrs is a tool to convert OTDR Bellcore SOR files to Serdes-compatible structs and JSON/CBOR thereafter, usable as a Rust library or as a standalone tool; it can also write SORs from Rust data structures" homepage = "https://github.com/JamesHarrison/otdrs" documentation = "https://github.com/JamesHarrison/otdrs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/JamesHarrison/otdrs" [lib] name = "otdrs" path = "src/lib.rs" [[bin]] name = "otdrs" path = "src/otdrs.rs" test = true bench = true doc = true [dependencies.clap] version = "3.0.0-rc.7" features = ["derive"] [dependencies.crc] version = "3.0.0" [dependencies.nom] version = "7.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11.1" [dependencies.serde_json] version = "1.0"