mdflib 0.2.0

Rust bindings for mdflib
Documentation
# 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 = "mdflib"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for mdflib"
documentation = "https://docs.rs/mdflib"
readme = "README.md"
keywords = [
    "mdf",
    "automotive",
    "data",
]
categories = [
    "api-bindings",
    "automotive",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tuna-f1sh/mdflib-rs"

[features]
bundled = ["mdflib-sys/bundled"]
default = ["bundled"]
system = ["mdflib-sys/system"]

[lib]
name = "mdflib"
path = "src/lib.rs"

[[example]]
name = "read_mdf"
path = "examples/read_mdf.rs"

[[test]]
name = "test_buslogger"
path = "tests/test_buslogger.rs"

[[test]]
name = "test_can_bus_observer"
path = "tests/test_can_bus_observer.rs"

[[test]]
name = "test_channel_observer"
path = "tests/test_channel_observer.rs"

[[test]]
name = "test_write"
path = "tests/test_write.rs"

[dependencies.log]
version = "0.4.27"

[dependencies.mdflib-sys]
version = "0.2.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.tempfile]
version = "3.0"