# 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 = "signalk" version = "0.6.3" build = false exclude = [ ".idea/*", ".github/*", "docs/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to parse signalk maritime data" homepage = "https://balp.github.io/signalk/" documentation = "https://balp.github.io/signalk/_static/rust_api/signalk/index.html" readme = "README.md" keywords = [ "signalk", "opendata", "marine", ] categories = ["data-structures"] license-file = "LICENSE" repository = "https://github.com/balp/signalk/" [lib] name = "signalk" path = "src/lib.rs" [[example]] name = "show_battery_voltage" path = "examples/show_battery_voltage.rs" [[example]] name = "tutorial_get_rest" path = "examples/tutorial_get_rest.rs" [[example]] name = "websocket_updates" path = "examples/websocket_updates.rs" [[test]] name = "delta_format_samples" path = "tests/delta_format_samples.rs" [[test]] name = "demo_2_10" path = "tests/demo_2_10.rs" [[test]] name = "demo_site_230416" path = "tests/demo_site_230416.rs" [[test]] name = "discovery_samples" path = "tests/discovery_samples.rs" [[test]] name = "full_anno_230809" path = "tests/full_anno_230809.rs" [[test]] name = "full_format_samples" path = "tests/full_format_samples.rs" [[test]] name = "hello_samples" path = "tests/hello_samples.rs" [[test]] name = "navigation_course" path = "tests/navigation_course.rs" [[test]] name = "put_samples" path = "tests/put_samples.rs" [[test]] name = "specifiation_auth_valid" path = "tests/specifiation_auth_valid.rs" [[test]] name = "specifiation_delta_valid" path = "tests/specifiation_delta_valid.rs" [[test]] name = "specifiation_discovery_valid" path = "tests/specifiation_discovery_valid.rs" [[test]] name = "specifiation_full_invalid" path = "tests/specifiation_full_invalid.rs" [[test]] name = "specifiation_full_valid" path = "tests/specifiation_full_valid.rs" [[test]] name = "specifiation_hello_valid" path = "tests/specifiation_hello_valid.rs" [[test]] name = "specifiation_put_valid" path = "tests/specifiation_put_valid.rs" [[test]] name = "specifiation_subscribe_valid" path = "tests/specifiation_subscribe_valid.rs" [[test]] name = "specifiation_unsubscribe_valid" path = "tests/specifiation_unsubscribe_valid.rs" [[test]] name = "specifiation_vessel_valid" path = "tests/specifiation_vessel_valid.rs" [[test]] name = "subscribe_samples" path = "tests/subscribe_samples.rs" [[test]] name = "unsubscribe_samples" path = "tests/unsubscribe_samples.rs" [dependencies.bytes] version = "1" [dependencies.derive_more] version = "1" features = ["full"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.36" features = [ "formatting", "parsing", "serde", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.reqwest] version = "0.12.4" features = ["json"] [dev-dependencies.tokio] version = "1.40" features = ["full"] [dev-dependencies.tungstenite] version = "0.24.0"