# 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 = "arbitrator" version = "0.1.3" authors = ["Oliver Brotchie "] description = "Format text based on a set of rules and regexes." keywords = ["text", "troff", "groff", "typesetting"] categories = ["command-line-utilities", "text-processing"] license = "GPL-3.0" repository = "https://github.com/Open-Publishing-Foundation/tools/arbitrator" [profile.release] lto = true panic = "abort" [dependencies.itertools] version = "0.10.1" [dependencies.regex] version = "1.5.4" [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.22"