sample_planning 0.0.2

Sample Based Planner
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "sample_planning"
version = "0.0.2"
authors = ["Yuan Liu <yuan6liu@gmail.com>"]
description = "Sample Based Planner"
documentation = "https://docs.rs/crate/sample_planning/0.0.2/source/src"
readme = "README.md"
keywords = ["planning", "sample", "rrt", "sst"]
license = "MIT"
repository = "https://github.com/clearlycloudy/sample_planning/"

[[bin]]
name = "planner"
path = "src/main.rs"

[[bin]]
name = "gen_obs"
path = "gen_obs/main.rs"

[[bin]]
name = "map2poly"
path = "map2poly/main.rs"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.32"

[dependencies.kiss3d]
version = "0.18"

[dependencies.log]
version = "0.4.6"

[dependencies.mazth]
version = "0.5.0"

[dependencies.nalgebra]
version = "0.17"

[dependencies.ncollide3d]
version = "0.18"

[dependencies.pretty_env_logger]
version = "0.3"

[dependencies.rand]
version = "0.6.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.zpatial]
version = "0.3.3"

[features]
disable_pruning = []
mo_prim_debug = []
mo_prim_thresh_high = []
mo_prim_thresh_low = []
motion_primitives = []
nn_naive = []
nn_sample_log = []
runge_kutta = []