links-notation 0.20.0

Rust implementation of the Links Notation parser
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 = "links-notation"
version = "0.20.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the Links Notation parser"
readme = "README.md"
keywords = [
    "lino",
    "parser",
    "links",
    "notation",
    "protocol",
]
categories = ["parsing"]
license = "Unlicense"
repository = "https://github.com/link-foundation/links-notation"

[features]
default = ["macro"]
macro = ["links-notation-macro"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.links-notation-macro]
version = "0.1.0"
optional = true

[dependencies.nom]
version = "8.0"