iso8211 0.1.5

ISO 8211 data format parsing library (IHO S-57 / S-100 family exchange format)
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"
rust-version = "1.70"
name = "iso8211"
version = "0.1.5"
authors = ["René Herrero <https://github.com/reneherrero>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ISO 8211 data format parsing library (IHO S-57 / S-100 family exchange format)"
documentation = "https://docs.rs/iso8211"
readme = "README.md"
keywords = [
    "iso8211",
    "iho",
    "s-57",
    "s-101",
    "enc",
]
categories = [
    "parser-implementations",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pelorus-marine/ecdis"

[package.metadata.docs.rs]
all-features = false

[badges.maintenance]
status = "experimental"

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

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

[dependencies]