# 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 = "rust-version" version = "0.4.0" authors = ["Clar Charr "] exclude = [".gitignore"] description = "Crate for parsing Rust versions." documentation = "https://docs.charr.xyz/rust-version/rust_version" readme = "README.md" categories = ["config", "development-tools::build-utils", "parsing"] license = "CC0-1.0" repository = "https://github.com/clarcharr/rust-version" [[package.metadata.test-all.cases]] try_features = [[], ["commit"]] versions = ["nightly"] [dependencies.app_dirs] version = "1.1.1" optional = true [dependencies.git2] version = "0.6.8" optional = true [dependencies.itoa] version = "0.3.3" [dependencies.lazy_static] version = "0.2.8" optional = true [dependencies.radix_trie] version = "0.1.1" optional = true [dependencies.reqwest] version = "0.7.3" [dependencies.serde] version = "1.0.12" [dependencies.serde_derive] version = "1.0.12" [dependencies.toml] version = "0.4.2" [dev-dependencies.serde_test] version = "1.0.12" [features] commit = ["app_dirs", "git2", "lazy_static", "radix_trie"] default = ["commit"]