# 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 = "cml" version = "0.1.6" authors = ["Chris Moore "] description = "A library to programmatically and safely interact with the rest API of Cisco Modeling Labs (CML), formerly VIRL2" keywords = ["async", "api", "network", "cisco"] categories = ["api-bindings", "simulation"] license = "MIT" repository = "https://github.com/chrismooredev/cml-rs" [dependencies.base64] version = "0.13.0" [dependencies.futures] version = "0.3.12" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.schemars] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.120" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.serde_with] version = "1.6.4" [dependencies.thiserror] version = "1.0.23" [features] default = [] untyped_requests = []