# 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 = "udi" version = "0.0.1" authors = ["Dan McNulty "] build = "build.rs" exclude = ["*.iml"] description = "\"\nThis experimental library implements the debugger side of the UDI protocol\nby sending requests, receiving responses and events using a pseudo-filesystem for transport." homepage = "https://github.com/dxdbg/udi" license = "MPL-2.0" repository = "https://github.com/dxdbg/udi.git" [dependencies.derive-error-chain] version = "0.11.0" [dependencies.downcast-rs] version = "= 1.0.1" [dependencies.error-chain] version = "0.11.x" [dependencies.mio] version = "0.6.6" [dependencies.serde] version = "1.0" [dependencies.serde_cbor] version = "0.6" [dependencies.serde_derive] version = "1.0" [dependencies.users] version = "0.5.2" [build-dependencies.native-file-tests] version = "0.1.0" [badges.appveyor] repository = "mcnulty/native-file-tests" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "dxdbg/native-file-tests"