# 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 = "system_uri" version = "0.4.0" authors = ["MaidSafe Developers "] description = "System URI API library" homepage = "https://maidsafe.net" documentation = "https://docs.rs/system_uri" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/system_uri" [lib] name = "system_uri" crate_type = ["staticlib", "rlib", "cdylib"] [dependencies.error-chain] version = "0.11.0-rc" [dependencies.ffi_utils] version = "~0.4.0" optional = true [dependencies.libc] version = "~0.2.33" optional = true [dev-dependencies.rand] version = "~0.3.18" [dev-dependencies.unwrap] version = "~1.1.0" [features] default = ["ffi"] ffi = ["libc", "ffi_utils"] [target."cfg(target_os = \"linux\")".dependencies.xdg-basedir] version = "~1.0.0" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "~0.2.33" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "~0.2.8" [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "~0.4.0"