# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "frcrs" version = "0.1.1" build = false exclude = ["javastub/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A robotics control framework designed to streamline the development of control systems for FRC robots" readme = "README.md" license = "MIT" repository = "https://github.com/Team-2502/frcrs" [lib] name = "frcrs" path = "src/lib.rs" [dependencies.axum] version = "0.7.4" [dependencies.bitvec] version = "1.0.1" [dependencies.include_dir] version = "0.7.3" [dependencies.jni] version = "0.21.1" features = ["invocation"] [dependencies.lazy_static] version = "1.4.0" [dependencies.mime_guess] version = "2.0.5" [dependencies.nalgebra] version = "0.32.4" [dependencies.once_cell] version = "1.19.0" [dependencies.prometheus] version = "0.13.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uom] version = "0.35.0"