[package] name = "aci-registry" version = "1.1.2" edition = "2021" build = "build/main.rs" authors = ["Connor Horman "] description = """ Programmatic representation of the ACI-Registry """ license = "MIT OR Apache-2.0" repository = "https://github.com/Clever-ISA/aci-registry-rs" readme = "README.md" [package.metadata.docs.rs] features = ["extended-info", "non-authorative"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [features] extended-info = [] fixed-repr = [] non-authorative = [] [build-dependencies] csv = "1.3.0" serde = "1.0.196" serde_derive = "1.0.196"