# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "inlay" version = "0.3.2" authors = ["nsmryan "] description = "CLI tool for encoding and decoding simple binary data structures" readme = "README.markdown" keywords = ["binary", "cli", "encoding", "decoding"] license = "MIT" repository = "https://github.com/nsmryan/inlay" [dependencies.byteorder] version = "1.3" [dependencies.csv] version = "1.0" [dependencies.glob] version = "0.2" [dependencies.itertools] version = "0.5" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4" [dependencies.loggerv] version = "0.7" [dependencies.regex] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.structopt] version = "0.2" [dev-dependencies.assert_approx_eq] version = "1.1.0"