# 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] name = "rbatis_xml_parser" version = "0.1.0" authors = ["The rbatis_xml_parser project developers"] build = "build.rs" exclude = ["xml5lib-tests/*"] description = "Push based streaming parser for xml" homepage = "https://github.com/Ygg01/rbatis_xml_parser/blob/master/README.md" documentation = "https://ygg01.github.io/docs/rbatis_xml_parser/rbatis_xml_parser/index.html" readme = "README.md" keywords = [ "xml", "xml5", "parser", "parsing", ] license = "MIT / Apache-2.0" repository = "https://github.com/Ygg01/rbatis_xml_parser" [profile.dev] debug = false [profile.test] debug = false [dependencies.html5ever-atoms] version = "0.1" [dependencies.log] version = "0.4" [dependencies.mac] version = "0.1" [dependencies.phf] version = "0.7" [dependencies.tendril] version = "0.2" [dependencies.time] version = "0.3" [dev-dependencies.rustc-serialize] version = "0.3.15" [build-dependencies.phf_codegen] version = "0.7.3" [build-dependencies.rustc-serialize] version = "0.3.15" [features] unstable = ["tendril/unstable"]