namigator 0.1.0

Rust bindings for the namigator pathfinding library for World of Warcraft.
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.64.0"
name = "namigator"
version = "0.1.0"
authors = ["Gtker <github@gtker.com"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the namigator pathfinding library for World of Warcraft."
readme = "README.md"
keywords = [
    "namigator",
    "pathfinding",
    "wow",
    "world-of-warcraft",
    "line-of-sight",
]
categories = [
    "game-development",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gtker/namigator-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.wow_world_base]
version = "0.3.0"
features = ["shared"]

[features]
tbc = [
    "wow_world_base/tbc",
    "wow_world_base/extended",
]
vanilla = [
    "wow_world_base/vanilla",
    "wow_world_base/extended",
]
wrath = [
    "wow_world_base/wrath",
    "wow_world_base/extended",
]