# 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 = "2018" name = "sbp-settings" version = "0.7.0" authors = ["Swift Navigation "] build = "build.rs" include = [ "**/*.rs", "src/libsettings/settings.yaml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SwiftNav settings API library" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/swift-nav/libsettings-rs" [lib] name = "sbp_settings" path = "src/lib.rs" [[test]] name = "load" path = "tests/load.rs" [[test]] name = "load_from_path" path = "tests/load_from_path.rs" [[test]] name = "load_from_path_no_type" path = "tests/load_from_path_no_type.rs" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.sbp] version = "6" features = ["link"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dev-dependencies]