graphit 0.0.6

Just Graph it!
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 = "graphit"
version = "0.0.6"
authors = ["Hossein Fakhari fakhari.hossein@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Just Graph it!"
readme = "README.md"
license = "MIT"
repository = "https://github.com/shinogati/graphit"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[lib]
name = "graphit"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.graphit-core]
version = "0.0.6"

[dependencies.wasm-bindgen]
version = "0.2.117"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rand]
version = "0.10.0"

[target.'cfg(target_family = "wasm")'.dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]

[profile.release]
opt-level = "s"