[package] name = "source-location" version = "0.3.0" authors = ["Joey Ezechiels "] edition = "2018" description = "Container struct for source location data + construction macro" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["serde_derive"] }