# 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 = "ron-utils" version = "0.1.0-preview8" description = "Utilities for working with Rusty Object Notation (RON) files" homepage = "https://github.com/ron-rs/ron-reboot" documentation = "https://docs.rs/ron-utils" license = "Unlicense" repository = "https://github.com/ron-rs/ron-reboot" [[bin]] name = "ron" path = "src/bin/ron/main.rs" [dependencies.ron-reboot] version = "0.1.0-preview10" features = ["utf8_parser"] default-features = false [dependencies.serde] version = "1.0.130" optional = true [dependencies.structopt] version = "0.3.23" [features] serde1 = ["serde", "ron-reboot/utf8_parser_serde1"]