chords 0.2.6

library for getting chords from scale
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 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 = "chords"
version = "0.2.6"
authors = ["alamminsalo"]
description = "library for getting chords from scale"
keywords = ["notation", "music", "chords", "scales"]
license = "GPL-3.0"
repository = "https://github.com/alamminsalo/chords"

[lib]
name = "chords"
crate-type = ["rlib", "dylib"]
path = "src/lib.rs"
[dependencies.libc]
version = "0.2.5"
optional = true

[dependencies.ordered-permutation]
version = "0.1.1"

[dependencies.serde]
version = "1.0.89"

[dependencies.serde_derive]
version = "1.0.89"

[dependencies.serde_json]
version = "1.0.0"

[features]
default = []
ffi_c = ["libc"]