# 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 = "rustsym" version = "0.3.2" authors = ["Trixnz"] description = "Tool to query symbols from rust code for use in IDEs" readme = "README.md" license = "MIT" repository = "https://github.com/trixnz/rustsym" [dependencies.clap] version = "2" [dependencies.num_cpus] version = "0.2.13" [dependencies.syntex_syntax] version = "0.59.1" [dependencies.walkdir] version = "0.1.5" [dependencies.rustc-serialize] version = "0.3" [dependencies.syncbox] version = "0.2.4" [dev-dependencies.tempfile] version = "2.1.4"