# 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 = "cargo-frc" version = "0.4.0" authors = ["Josh Hejna "] description = "A cargo extension for deploying rust code to FRC robots." readme = "./README.md" keywords = ["frc", "roborio", "robotics", "first"] categories = ["development-tools::cargo-plugins", "embedded", "command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/Lytigas/first-rust-competition" [package.metadata.frc] rio-address = "10.1.14.2" target-dir = "../target" team-number = 114 [[bin]] name = "cargo-frc" [dependencies.clap] version = "2.31.2" [dependencies.fern] version = "0.5" features = ["colored"] [dependencies.log] version = "0.4.1" [dependencies.pretty_env_logger] version = "0.2" [dependencies.ref_slice] version = "1.1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.subprocess] version = "0.1.13" [dependencies.tempfile] version = "3.0.2"