o2o-impl 0.5.5

Implementation of 'o2o' crate
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 = "o2o-impl"
version = "0.5.5"
authors = ["Artem Romanenia <artem.romanenia@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of 'o2o' crate"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Artem-Romanenia/o2o"

[features]
default = ["syn"]

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

[[bench]]
name = "o2o_benchmarks"
path = "benches/o2o_benchmarks.rs"
harness = false

[dependencies.proc-macro2]
version = "1.0.0"

[dependencies.quote]
version = "1.0.0"

[dependencies.syn]
version = "1.0.3"
optional = true
package = "syn"

[dependencies.syn2]
version = "2.0.0"
optional = true
package = "syn"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.test-case]
version = "3"