# 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] name = "tom" version = "0.0.1" authors = ["Aleksey Kladov "] description = "Yet another format-preserving TOML parser/manipulator.\n" license = "MIT OR Apache-2.0" repository = "https://github.com/matklad/tom" [dependencies.itertools] version = "0.7" [dependencies.lazy_static] version = "1" [dependencies.m_lexer] version = "0.0.4" [dependencies.regex] version = "1" [dependencies.string-interner] version = "0.6" [dependencies.text_unit] version = "0.1" [dependencies.uncover] version = "0.1" [dev-dependencies.clap] version = "2" [dev-dependencies.failure] version = "0.1"