# 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 = "odata_client_codegen" version = "0.1.0" authors = ["Toby Dimmick "] description = "Strongly-typed OData client code generation" documentation = "https://docs.rs/odata_client_codegen/" license = "Apache-2.0" repository = "https://gitlab.com/tobz1000/odata_client_rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "^0.13" [dependencies.bumpalo] version = "^3.5" [dependencies.chrono] version = "0.4" [dependencies.derive_more] version = "^0.99" features = ["try_into", "from"] [dependencies.iso8601] version = "^0.4" [dependencies.lazy_static] version = "^1.4" [dependencies.odata_client_util] version = "^0.1" [dependencies.proc-macro2] version = "^1.0" [dependencies.quote] version = "^1.0" [dependencies.regex] version = "^1.4" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.syn] version = "^1.0" [dependencies.tobz1000-petgraph] version = "0.5.1-tobz1000" [dependencies.tobz1000-serde-xml-rs] version = "^0.4.1-tobz1000-1" [dependencies.uuid] version = "^0.8" features = ["serde"] [dependencies.which] version = "^4.0" [dependencies.xml-rs] version = "^0.8"